Html Css Color HEX #011F21 Black Pearl

📋 copy color: '#011F21'

red 1 ◦ green 31 ◦ blue 33

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

Shades of Black Pearl #011F21

Tints of Black Pearl #011F21

RGB

 RED value IS 1 (0.78% from 255) = 1.54%

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

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

R = 1.54%
G = 47.69%
B = 50.77%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#011F21 (or 0x011F21) is known color: Black Pearl. HEX triplet: 01, 1F and 21. RGB value is (1,31,33). Sum of RGB (Red+Green+Blue) = 1+31+33=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #011F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F21 is #FEE0DE. Grayscale: #161616. Windows color (decimal): -16703711 or 2170625. OLE color: 2170625.

HSL color Cylindrical-coordinate representation of color #011F21: hue angle of 183.75º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011F21 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 31 33 -
CMYK 0.97 0.06 0 0.87
HSL 183.75º 0.94% 0.07% -
HSV(B) 183.75º 0.97% 0.13% -
XYZ 0.78 1.1 1.61 -
YUV 22.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 1 31 33 0.97 0.06 0 0.87 183.75 0.94 0.07
Hex 1 1F 21 61 6 0 57 B8 5E 7
Octal 1 37 41 141 6 0 127 270 136 7
Binary 1 11111 100001 1100001 110 0 1010111 10111000 1011110 111

Color Harmonies of #011F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F21

Black with #011F21

Text Example


Text Example

White with #011F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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