Html Css Color HEX #011121 Black Pearl

📋 copy color: '#011121'

red 1 ◦ green 17 ◦ blue 33

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

Shades of Black Pearl #011121

Tints of Black Pearl #011121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 33.33%

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

R = 1.96%
G = 33.33%
B = 64.71%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#011121 (or 0x011121) is known color: Black Pearl. HEX triplet: 01, 11 and 21. RGB value is (1,17,33). Sum of RGB (Red+Green+Blue) = 1+17+33=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #011121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011121 is #FEEEDE. Grayscale: #0D0D0D. Windows color (decimal): -16707295 or 2167041. OLE color: 2167041.

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

Color convert

RGB 1 17 33 -
CMYK 0.97 0.48 0 0.87
HSL 210º 0.94% 0.07% -
HSV(B) 210º 0.97% 0.13% -
XYZ 0.49 0.52 1.51 -
YUV 14.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 1 17 33 0.97 0.48 0 0.87 210 0.94 0.07
Hex 1 11 21 61 30 0 57 D2 5E 7
Octal 1 21 41 141 60 0 127 322 136 7
Binary 1 10001 100001 1100001 110000 0 1010111 11010010 1011110 111

Color Harmonies of #011121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011121

Black with #011121

Text Example


Text Example

White with #011121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011121; }

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

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

background-color css

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

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

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

border-color css

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

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

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