Html Css Color HEX #041B28 Black Pearl

📋 copy color: '#041B28'

red 4 ◦ green 27 ◦ blue 40

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

Shades of Black Pearl #041B28

Tints of Black Pearl #041B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 38.03%

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

R = 5.63%
G = 38.03%
B = 56.34%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#041B28 (or 0x041B28) is known color: Black Pearl. HEX triplet: 04, 1B and 28. RGB value is (4,27,40). Sum of RGB (Red+Green+Blue) = 4+27+40=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #041B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B28 is #FBE4D7. Grayscale: #151515. Windows color (decimal): -16508120 or 2628356. OLE color: 2628356.

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

Color convert

RGB 4 27 40 -
CMYK 0.90 0.33 0 0.84
HSL 201.67º 0.82% 0.09% -
HSV(B) 201.67º 0.9% 0.16% -
XYZ 0.83 0.96 2.15 -
YUV 21.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 4 27 40 0.90 0.33 0 0.84 201.67 0.82 0.09
Hex 4 1B 28 5A 21 0 54 CA 52 9
Octal 4 33 50 132 41 0 124 312 122 11
Binary 100 11011 101000 1011010 100001 0 1010100 11001010 1010010 1001

Color Harmonies of #041B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041B28

Black with #041B28

Text Example


Text Example

White with #041B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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