Html Css Color HEX #041D28 Black Pearl

📋 copy color: '#041D28'

red 4 ◦ green 29 ◦ blue 40

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

Shades of Black Pearl #041D28

Tints of Black Pearl #041D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 39.73%

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

R = 5.48%
G = 39.73%
B = 54.79%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#041D28 (or 0x041D28) is known color: Black Pearl. HEX triplet: 04, 1D and 28. RGB value is (4,29,40). Sum of RGB (Red+Green+Blue) = 4+29+40=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #041D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D28 is #FBE2D7. Grayscale: #161616. Windows color (decimal): -16507608 or 2628868. OLE color: 2628868.

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

Color convert

RGB 4 29 40 -
CMYK 0.90 0.28 0 0.84
HSL 198.33º 0.82% 0.09% -
HSV(B) 198.33º 0.9% 0.16% -
XYZ 0.87 1.06 2.17 -
YUV 22.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 4 29 40 0.90 0.28 0 0.84 198.33 0.82 0.09
Hex 4 1D 28 5A 1C 0 54 C6 52 9
Octal 4 35 50 132 34 0 124 306 122 11
Binary 100 11101 101000 1011010 11100 0 1010100 11000110 1010010 1001

Color Harmonies of #041D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D28

Black with #041D28

Text Example


Text Example

White with #041D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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