Html Css Color HEX #061222 Black Pearl

📋 copy color: '#061222'

red 6 ◦ green 18 ◦ blue 34

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

Shades of Black Pearl #061222

Tints of Black Pearl #061222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 58.62%

R = 10.34%
G = 31.03%
B = 58.62%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#061222 (or 0x061222) is known color: Black Pearl. HEX triplet: 06, 12 and 22. RGB value is (6,18,34). Sum of RGB (Red+Green+Blue) = 6+18+34=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 34 (13.67% from 255 or 58.62% from 58); Max value from RGB is 34 - color contains mainly: blue. Hex color #061222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061222 is #F9EDDD. Grayscale: #101010. Windows color (decimal): -16379358 or 2232838. OLE color: 2232838.

HSL color Cylindrical-coordinate representation of color #061222: hue angle of 214.29º degrees, saturation: 0.7, 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 #061222 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 18 34 -
CMYK 0.82 0.47 0 0.87
HSL 214.29º 0.7% 0.08% -
HSV(B) 214.29º 0.82% 0.13% -
XYZ 0.58 0.59 1.6 -
YUV 16.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 6 18 34 0.82 0.47 0 0.87 214.29 0.7 0.08
Hex 6 12 22 52 2F 0 57 D6 46 8
Octal 6 22 42 122 57 0 127 326 106 10
Binary 110 10010 100010 1010010 101111 0 1010111 11010110 1000110 1000

Color Harmonies of #061222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061222

Black with #061222

Text Example


Text Example

White with #061222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061222; }

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

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

background-color css

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

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

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

border-color css

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

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

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