Html Css Color HEX #041631 Black Pearl

📋 copy color: '#041631'

red 4 ◦ green 22 ◦ blue 49

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

Shades of Black Pearl #041631

Tints of Black Pearl #041631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 29.33%

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

R = 5.33%
G = 29.33%
B = 65.33%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#041631 (or 0x041631) is known color: Black Pearl. HEX triplet: 04, 16 and 31. RGB value is (4,22,49). Sum of RGB (Red+Green+Blue) = 4+22+49=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #041631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041631 is #FBE9CE. Grayscale: #131313. Windows color (decimal): -16509391 or 3216900. OLE color: 3216900.

HSL color Cylindrical-coordinate representation of color #041631: hue angle of 216º 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 #041631 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 22 49 -
CMYK 0.92 0.55 0 0.81
HSL 216º 0.85% 0.1% -
HSV(B) 216º 0.92% 0.19% -
XYZ 0.89 0.82 3.02 -
YUV 19.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 4 22 49 0.92 0.55 0 0.81 216 0.85 0.1
Hex 4 16 31 5C 37 0 51 D8 55 A
Octal 4 26 61 134 67 0 121 330 125 12
Binary 100 10110 110001 1011100 110111 0 1010001 11011000 1010101 1010

Color Harmonies of #041631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041631

Black with #041631

Text Example


Text Example

White with #041631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041631; }

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

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

background-color css

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

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

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

border-color css

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

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

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