Html Css Color HEX #041A29 Black Pearl

📋 copy color: '#041A29'

red 4 ◦ green 26 ◦ blue 41

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

Shades of Black Pearl #041A29

Tints of Black Pearl #041A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 36.62%

 BLUE value IS 41 (16.41% from 255) = 57.75%

R = 5.63%
G = 36.62%
B = 57.75%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#041A29 (or 0x041A29) is known color: Black Pearl. HEX triplet: 04, 1A and 29. RGB value is (4,26,41). Sum of RGB (Red+Green+Blue) = 4+26+41=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 41 (16.41% from 255 or 57.75% from 71); Max value from RGB is 41 - color contains mainly: blue. Hex color #041A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A29 is #FBE5D6. Grayscale: #151515. Windows color (decimal): -16508375 or 2693636. OLE color: 2693636.

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

Color convert

RGB 4 26 41 -
CMYK 0.90 0.37 0 0.84
HSL 204.32º 0.82% 0.09% -
HSV(B) 204.32º 0.9% 0.16% -
XYZ 0.82 0.92 2.23 -
YUV 21.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 4 26 41 0.90 0.37 0 0.84 204.32 0.82 0.09
Hex 4 1A 29 5A 25 0 54 CC 52 9
Octal 4 32 51 132 45 0 124 314 122 11
Binary 100 11010 101001 1011010 100101 0 1010100 11001100 1010010 1001

Color Harmonies of #041A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A29

Black with #041A29

Text Example


Text Example

White with #041A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,26,41); }

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

background-color css

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

 a { background-color: rgb(4,26,41); }

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

border-color css

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

 span { border-color: rgb(4,26,41); }

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