Html Css Color HEX #042428 Black Pearl

📋 copy color: '#042428'

red 4 ◦ green 36 ◦ blue 40

#042428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #042428

Tints of Black Pearl #042428

RGB

 RED value IS 4 (1.95% from 255) = 5%

 GREEN value IS 36 (14.45% from 255) = 45%

 BLUE value IS 40 (16.02% from 255) = 50%

R = 5%
G = 45%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#042428 (or 0x042428) is known color: Black Pearl. HEX triplet: 04, 24 and 28. RGB value is (4,36,40). Sum of RGB (Red+Green+Blue) = 4+36+40=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #042428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042428 is #FBDBD7. Grayscale: #1A1A1A. Windows color (decimal): -16505816 or 2630660. OLE color: 2630660.

HSL color Cylindrical-coordinate representation of color #042428: hue angle of 186.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042428 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 36 40 -
CMYK 0.90 0.10 0 0.84
HSL 186.67º 0.82% 0.09% -
HSV(B) 186.67º 0.9% 0.16% -
XYZ 1.06 1.44 2.23 -
YUV 26.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 4 36 40 0.90 0.10 0 0.84 186.67 0.82 0.09
Hex 4 24 28 5A A 0 54 BB 52 9
Octal 4 44 50 132 12 0 124 273 122 11
Binary 100 100100 101000 1011010 1010 0 1010100 10111011 1010010 1001

Color Harmonies of #042428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042428

Black with #042428

Text Example


Text Example

White with #042428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042428; }

 p { color: rgb(4,36,40); }

 H1.HeaderClassName
 {
   color: #042428;
 }
 .AnyTagClassName
 {
   color: #042428;
 }
</style>

background-color css

<style>
 a { background-color: #042428; }

 a { background-color: rgb(4,36,40); }

 div.DivClassName
 {
   background-color: #042428;
 }
 .BgClassName
 {
   background-color: #042428;
 }
</style>

border-color css

<style>
 span { border-color: #042428; }

 span { border-color: rgb(4,36,40); }

 td.TdClassName
 {
   border-color: #042428;
 }
 .TagClassName
 {
   border-color: #042428;
 }
</style>