Html Css Color HEX #011821 Black Pearl

📋 copy color: '#011821'

red 1 ◦ green 24 ◦ blue 33

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

Shades of Black Pearl #011821

Tints of Black Pearl #011821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 41.38%

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

R = 1.72%
G = 41.38%
B = 56.9%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#011821 (or 0x011821) is known color: Black Pearl. HEX triplet: 01, 18 and 21. RGB value is (1,24,33). Sum of RGB (Red+Green+Blue) = 1+24+33=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #011821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011821 is #FEE7DE. Grayscale: #121212. Windows color (decimal): -16705503 or 2168833. OLE color: 2168833.

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

Color convert

RGB 1 24 33 -
CMYK 0.97 0.27 0 0.87
HSL 196.88º 0.94% 0.07% -
HSV(B) 196.88º 0.97% 0.13% -
XYZ 0.61 0.77 1.56 -
YUV 18.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 1 24 33 0.97 0.27 0 0.87 196.88 0.94 0.07
Hex 1 18 21 61 1B 0 57 C5 5E 7
Octal 1 30 41 141 33 0 127 305 136 7
Binary 1 11000 100001 1100001 11011 0 1010111 11000101 1011110 111

Color Harmonies of #011821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011821

Black with #011821

Text Example


Text Example

White with #011821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011821; }

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

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

background-color css

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

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

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

border-color css

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

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

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