Html Css Color HEX #061221 Black Pearl

📋 copy color: '#061221'

red 6 ◦ green 18 ◦ blue 33

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

Shades of Black Pearl #061221

Tints of Black Pearl #061221

RGB

 RED value IS 6 (2.73% from 255) = 10.53%

 GREEN value IS 18 (7.42% from 255) = 31.58%

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

R = 10.53%
G = 31.58%
B = 57.89%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#061221 (or 0x061221) is known color: Black Pearl. HEX triplet: 06, 12 and 21. RGB value is (6,18,33). Sum of RGB (Red+Green+Blue) = 6+18+33=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #061221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061221 is #F9EDDE. Grayscale: #101010. Windows color (decimal): -16379359 or 2167302. OLE color: 2167302.

HSL color Cylindrical-coordinate representation of color #061221: hue angle of 213.33º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #061221 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 18 33 -
CMYK 0.82 0.45 0 0.87
HSL 213.33º 0.69% 0.08% -
HSV(B) 213.33º 0.82% 0.13% -
XYZ 0.57 0.58 1.52 -
YUV 16.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 6 18 33 0.82 0.45 0 0.87 213.33 0.69 0.08
Hex 6 12 21 52 2D 0 57 D5 45 8
Octal 6 22 41 122 55 0 127 325 105 10
Binary 110 10010 100001 1010010 101101 0 1010111 11010101 1000101 1000

Color Harmonies of #061221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061221

Black with #061221

Text Example


Text Example

White with #061221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061221; }

 p { color: rgb(6,18,33); }

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

background-color css

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

 a { background-color: rgb(6,18,33); }

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

border-color css

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

 span { border-color: rgb(6,18,33); }

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