Html Css Color HEX #042124 Black Pearl

📋 copy color: '#042124'

red 4 ◦ green 33 ◦ blue 36

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

Shades of Black Pearl #042124

Tints of Black Pearl #042124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 45.21%

 BLUE value IS 36 (14.45% from 255) = 49.32%

R = 5.48%
G = 45.21%
B = 49.32%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#042124 (or 0x042124) is known color: Black Pearl. HEX triplet: 04, 21 and 24. RGB value is (4,33,36). Sum of RGB (Red+Green+Blue) = 4+33+36=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #042124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042124 is #FBDEDB. Grayscale: #181818. Windows color (decimal): -16506588 or 2367748. OLE color: 2367748.

HSL color Cylindrical-coordinate representation of color #042124: hue angle of 185.62º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042124 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 4 33 36 -
CMYK 0.89 0.08 0 0.86
HSL 185.63º 0.8% 0.08% -
HSV(B) 185.63º 0.89% 0.14% -
XYZ 0.91 1.24 1.86 -
YUV 24.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 4 33 36 0.89 0.08 0 0.86 185.63 0.8 0.08
Hex 4 21 24 59 8 0 56 BA 50 8
Octal 4 41 44 131 10 0 126 272 120 10
Binary 100 100001 100100 1011001 1000 0 1010110 10111010 1010000 1000

Color Harmonies of #042124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042124

Black with #042124

Text Example


Text Example

White with #042124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042124; }

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

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

background-color css

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

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

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

border-color css

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

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

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