Html Css Color HEX #041C28 Black Pearl

📋 copy color: '#041C28'

red 4 ◦ green 28 ◦ blue 40

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

Shades of Black Pearl #041C28

Tints of Black Pearl #041C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 38.89%

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

R = 5.56%
G = 38.89%
B = 55.56%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#041C28 (or 0x041C28) is known color: Black Pearl. HEX triplet: 04, 1C and 28. RGB value is (4,28,40). Sum of RGB (Red+Green+Blue) = 4+28+40=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #041C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C28 is #FBE3D7. Grayscale: #161616. Windows color (decimal): -16507864 or 2628612. OLE color: 2628612.

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

Color convert

RGB 4 28 40 -
CMYK 0.90 0.30 0 0.84
HSL 200º 0.82% 0.09% -
HSV(B) 200º 0.9% 0.16% -
XYZ 0.85 1.01 2.16 -
YUV 22.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 4 28 40 0.90 0.30 0 0.84 200 0.82 0.09
Hex 4 1C 28 5A 1E 0 54 C8 52 9
Octal 4 34 50 132 36 0 124 310 122 11
Binary 100 11100 101000 1011010 11110 0 1010100 11001000 1010010 1001

Color Harmonies of #041C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C28

Black with #041C28

Text Example


Text Example

White with #041C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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