Html Css Color HEX #06212C Black Pearl

📋 copy color: '#06212C'

red 6 ◦ green 33 ◦ blue 44

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

Shades of Black Pearl #06212C

Tints of Black Pearl #06212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 39.76%

 BLUE value IS 44 (17.58% from 255) = 53.01%

R = 7.23%
G = 39.76%
B = 53.01%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06212C (or 0x06212C) is known color: Black Pearl. HEX triplet: 06, 21 and 2C. RGB value is (6,33,44). Sum of RGB (Red+Green+Blue) = 6+33+44=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #06212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06212C is #F9DED3. Grayscale: #1A1A1A. Windows color (decimal): -16375508 or 2892038. OLE color: 2892038.

HSL color Cylindrical-coordinate representation of color #06212C: hue angle of 197.37º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06212C is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 33 44 -
CMYK 0.86 0.25 0 0.83
HSL 197.37º 0.76% 0.1% -
HSV(B) 197.37º 0.86% 0.17% -
XYZ 1.07 1.31 2.58 -
YUV 26.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 6 33 44 0.86 0.25 0 0.83 197.37 0.76 0.1
Hex 6 21 2C 56 19 0 53 C5 4C A
Octal 6 41 54 126 31 0 123 305 114 12
Binary 110 100001 101100 1010110 11001 0 1010011 11000101 1001100 1010

Color Harmonies of #06212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06212C

Black with #06212C

Text Example


Text Example

White with #06212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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