Html Css Color HEX #041D33 Black Pearl

📋 copy color: '#041D33'

red 4 ◦ green 29 ◦ blue 51

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

Shades of Black Pearl #041D33

Tints of Black Pearl #041D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 60.71%

R = 4.76%
G = 34.52%
B = 60.71%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#041D33 (or 0x041D33) is known color: Black Pearl. HEX triplet: 04, 1D and 33. RGB value is (4,29,51). Sum of RGB (Red+Green+Blue) = 4+29+51=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #041D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D33 is #FBE2CC. Grayscale: #171717. Windows color (decimal): -16507597 or 3349764. OLE color: 3349764.

HSL color Cylindrical-coordinate representation of color #041D33: hue angle of 208.09º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041D33 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 29 51 -
CMYK 0.92 0.43 0 0.8
HSL 208.09º 0.85% 0.11% -
HSV(B) 208.09º 0.92% 0.2% -
XYZ 1.09 1.14 3.3 -
YUV 24.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 4 29 51 0.92 0.43 0 0.8 208.09 0.85 0.11
Hex 4 1D 33 5C 2B 0 50 D0 55 B
Octal 4 35 63 134 53 0 120 320 125 13
Binary 100 11101 110011 1011100 101011 0 1010000 11010000 1010101 1011

Color Harmonies of #041D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D33

Black with #041D33

Text Example


Text Example

White with #041D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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