Html Css Color HEX #041E31 Black Pearl

📋 copy color: '#041E31'

red 4 ◦ green 30 ◦ blue 49

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

Shades of Black Pearl #041E31

Tints of Black Pearl #041E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 36.14%

 BLUE value IS 49 (19.53% from 255) = 59.04%

R = 4.82%
G = 36.14%
B = 59.04%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#041E31 (or 0x041E31) is known color: Black Pearl. HEX triplet: 04, 1E and 31. RGB value is (4,30,49). Sum of RGB (Red+Green+Blue) = 4+30+49=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #041E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E31 is #FBE1CE. Grayscale: #181818. Windows color (decimal): -16507343 or 3218948. OLE color: 3218948.

HSL color Cylindrical-coordinate representation of color #041E31: hue angle of 205.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041E31 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 30 49 -
CMYK 0.92 0.39 0 0.81
HSL 205.33º 0.85% 0.1% -
HSV(B) 205.33º 0.92% 0.19% -
XYZ 1.07 1.18 3.08 -
YUV 24.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 4 30 49 0.92 0.39 0 0.81 205.33 0.85 0.1
Hex 4 1E 31 5C 27 0 51 CD 55 A
Octal 4 36 61 134 47 0 121 315 125 12
Binary 100 11110 110001 1011100 100111 0 1010001 11001101 1010101 1010

Color Harmonies of #041E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E31

Black with #041E31

Text Example


Text Example

White with #041E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,30,49); }

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

background-color css

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

 a { background-color: rgb(4,30,49); }

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

border-color css

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

 span { border-color: rgb(4,30,49); }

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