Html Css Color HEX #031321 Black Pearl

📋 copy color: '#031321'

red 3 ◦ green 19 ◦ blue 33

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

Shades of Black Pearl #031321

Tints of Black Pearl #031321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 60%

R = 5.45%
G = 34.55%
B = 60%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#031321 (or 0x031321) is known color: Black Pearl. HEX triplet: 03, 13 and 21. RGB value is (3,19,33). Sum of RGB (Red+Green+Blue) = 3+19+33=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #031321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031321 is #FCECDE. Grayscale: #0F0F0F. Windows color (decimal): -16575711 or 2167555. OLE color: 2167555.

HSL color Cylindrical-coordinate representation of color #031321: hue angle of 208º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031321 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 3 19 33 -
CMYK 0.91 0.42 0 0.87
HSL 208º 0.83% 0.07% -
HSV(B) 208º 0.91% 0.13% -
XYZ 0.54 0.59 1.52 -
YUV 15.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 3 19 33 0.91 0.42 0 0.87 208 0.83 0.07
Hex 3 13 21 5B 2A 0 57 D0 53 7
Octal 3 23 41 133 52 0 127 320 123 7
Binary 11 10011 100001 1011011 101010 0 1010111 11010000 1010011 111

Color Harmonies of #031321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031321

Black with #031321

Text Example


Text Example

White with #031321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031321; }

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

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

background-color css

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

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

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

border-color css

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

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

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