Html Css Color HEX #031329 Black Pearl

📋 copy color: '#031329'

red 3 ◦ green 19 ◦ blue 41

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

Shades of Black Pearl #031329

Tints of Black Pearl #031329

RGB

 RED value IS 3 (1.56% from 255) = 4.76%

 GREEN value IS 19 (7.81% from 255) = 30.16%

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

R = 4.76%
G = 30.16%
B = 65.08%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#031329 (or 0x031329) is known color: Black Pearl. HEX triplet: 03, 13 and 29. RGB value is (3,19,41). Sum of RGB (Red+Green+Blue) = 3+19+41=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #031329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031329 is #FCECD6. Grayscale: #101010. Windows color (decimal): -16575703 or 2691843. OLE color: 2691843.

HSL color Cylindrical-coordinate representation of color #031329: hue angle of 214.74º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031329 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 3 19 41 -
CMYK 0.93 0.54 0 0.84
HSL 214.74º 0.86% 0.09% -
HSV(B) 214.74º 0.93% 0.16% -
XYZ 0.67 0.65 2.19 -
YUV 16.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 3 19 41 0.93 0.54 0 0.84 214.74 0.86 0.09
Hex 3 13 29 5D 36 0 54 D7 56 9
Octal 3 23 51 135 66 0 124 327 126 11
Binary 11 10011 101001 1011101 110110 0 1010100 11010111 1010110 1001

Color Harmonies of #031329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031329

Black with #031329

Text Example


Text Example

White with #031329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031329; }

 p { color: rgb(3,19,41); }

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

background-color css

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

 a { background-color: rgb(3,19,41); }

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

border-color css

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

 span { border-color: rgb(3,19,41); }

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