Html Css Color HEX #031421 Black Pearl

📋 copy color: '#031421'

red 3 ◦ green 20 ◦ blue 33

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

Shades of Black Pearl #031421

Tints of Black Pearl #031421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 35.71%

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

R = 5.36%
G = 35.71%
B = 58.93%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#031421 (or 0x031421) is known color: Black Pearl. HEX triplet: 03, 14 and 21. RGB value is (3,20,33). Sum of RGB (Red+Green+Blue) = 3+20+33=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 33 (13.28% from 255 or 58.93% from 56); Max value from RGB is 33 - color contains mainly: blue. Hex color #031421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031421 is #FCEBDE. Grayscale: #101010. Windows color (decimal): -16575455 or 2167811. OLE color: 2167811.

HSL color Cylindrical-coordinate representation of color #031421: hue angle of 206º 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 #031421 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 3 20 33 -
CMYK 0.91 0.39 0 0.87
HSL 206º 0.83% 0.07% -
HSV(B) 206º 0.91% 0.13% -
XYZ 0.56 0.63 1.53 -
YUV 16.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 3 20 33 0.91 0.39 0 0.87 206 0.83 0.07
Hex 3 14 21 5B 27 0 57 CE 53 7
Octal 3 24 41 133 47 0 127 316 123 7
Binary 11 10100 100001 1011011 100111 0 1010111 11001110 1010011 111

Color Harmonies of #031421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031421

Black with #031421

Text Example


Text Example

White with #031421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031421; }

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

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

background-color css

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

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

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

border-color css

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

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

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