Html Css Color HEX #041928 Black Pearl

📋 copy color: '#041928'

red 4 ◦ green 25 ◦ blue 40

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

Shades of Black Pearl #041928

Tints of Black Pearl #041928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 36.23%

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

R = 5.8%
G = 36.23%
B = 57.97%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#041928 (or 0x041928) is known color: Black Pearl. HEX triplet: 04, 19 and 28. RGB value is (4,25,40). Sum of RGB (Red+Green+Blue) = 4+25+40=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 40 (16.02% from 255 or 57.97% from 69); Max value from RGB is 40 - color contains mainly: blue. Hex color #041928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041928 is #FBE6D7. Grayscale: #141414. Windows color (decimal): -16508632 or 2627844. OLE color: 2627844.

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

Color convert

RGB 4 25 40 -
CMYK 0.90 0.38 0 0.84
HSL 205º 0.82% 0.09% -
HSV(B) 205º 0.9% 0.16% -
XYZ 0.78 0.87 2.14 -
YUV 20.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 4 25 40 0.90 0.38 0 0.84 205 0.82 0.09
Hex 4 19 28 5A 26 0 54 CD 52 9
Octal 4 31 50 132 46 0 124 315 122 11
Binary 100 11001 101000 1011010 100110 0 1010100 11001101 1010010 1001

Color Harmonies of #041928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041928

Black with #041928

Text Example


Text Example

White with #041928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041928; }

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

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

background-color css

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

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

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

border-color css

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

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

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