Html Css Color HEX #031F21 Black Pearl

📋 copy color: '#031F21'

red 3 ◦ green 31 ◦ blue 33

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

Shades of Black Pearl #031F21

Tints of Black Pearl #031F21

RGB

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

 GREEN value IS 31 (12.5% from 255) = 46.27%

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

R = 4.48%
G = 46.27%
B = 49.25%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#031F21 (or 0x031F21) is known color: Black Pearl. HEX triplet: 03, 1F and 21. RGB value is (3,31,33). Sum of RGB (Red+Green+Blue) = 3+31+33=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #031F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F21 is #FCE0DE. Grayscale: #161616. Windows color (decimal): -16572639 or 2170627. OLE color: 2170627.

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

Color convert

RGB 3 31 33 -
CMYK 0.91 0.06 0 0.87
HSL 184º 0.83% 0.07% -
HSV(B) 184º 0.91% 0.13% -
XYZ 0.8 1.11 1.61 -
YUV 22.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 3 31 33 0.91 0.06 0 0.87 184 0.83 0.07
Hex 3 1F 21 5B 6 0 57 B8 53 7
Octal 3 37 41 133 6 0 127 270 123 7
Binary 11 11111 100001 1011011 110 0 1010111 10111000 1010011 111

Color Harmonies of #031F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F21

Black with #031F21

Text Example


Text Example

White with #031F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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