Html Css Color HEX #042228 Black Pearl

📋 copy color: '#042228'

red 4 ◦ green 34 ◦ blue 40

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

Shades of Black Pearl #042228

Tints of Black Pearl #042228

RGB

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

 GREEN value IS 34 (13.67% from 255) = 43.59%

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

R = 5.13%
G = 43.59%
B = 51.28%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#042228 (or 0x042228) is known color: Black Pearl. HEX triplet: 04, 22 and 28. RGB value is (4,34,40). Sum of RGB (Red+Green+Blue) = 4+34+40=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #042228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042228 is #FBDDD7. Grayscale: #191919. Windows color (decimal): -16506328 or 2630148. OLE color: 2630148.

HSL color Cylindrical-coordinate representation of color #042228: hue angle of 190º 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 #042228 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 34 40 -
CMYK 0.90 0.15 0 0.84
HSL 190º 0.82% 0.09% -
HSV(B) 190º 0.9% 0.16% -
XYZ 1.01 1.32 2.21 -
YUV 25.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 4 34 40 0.90 0.15 0 0.84 190 0.82 0.09
Hex 4 22 28 5A F 0 54 BE 52 9
Octal 4 42 50 132 17 0 124 276 122 11
Binary 100 100010 101000 1011010 1111 0 1010100 10111110 1010010 1001

Color Harmonies of #042228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042228

Black with #042228

Text Example


Text Example

White with #042228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042228; }

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

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

background-color css

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

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

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

border-color css

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

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

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