Html Css Color HEX #011921 Black Pearl

📋 copy color: '#011921'

red 1 ◦ green 25 ◦ blue 33

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

Shades of Black Pearl #011921

Tints of Black Pearl #011921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 42.37%

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

R = 1.69%
G = 42.37%
B = 55.93%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#011921 (or 0x011921) is known color: Black Pearl. HEX triplet: 01, 19 and 21. RGB value is (1,25,33). Sum of RGB (Red+Green+Blue) = 1+25+33=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #011921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011921 is #FEE6DE. Grayscale: #121212. Windows color (decimal): -16705247 or 2169089. OLE color: 2169089.

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

Color convert

RGB 1 25 33 -
CMYK 0.97 0.24 0 0.87
HSL 195º 0.94% 0.07% -
HSV(B) 195º 0.97% 0.13% -
XYZ 0.63 0.81 1.56 -
YUV 18.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 1 25 33 0.97 0.24 0 0.87 195 0.94 0.07
Hex 1 19 21 61 18 0 57 C3 5E 7
Octal 1 31 41 141 30 0 127 303 136 7
Binary 1 11001 100001 1100001 11000 0 1010111 11000011 1011110 111

Color Harmonies of #011921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011921

Black with #011921

Text Example


Text Example

White with #011921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011921; }

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

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

background-color css

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

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

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

border-color css

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

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

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