Html Css Color HEX #061112 Black Pearl

📋 copy color: '#061112'

red 6 ◦ green 17 ◦ blue 18

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

Shades of Black Pearl #061112

Tints of Black Pearl #061112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 43.9%

R = 14.63%
G = 41.46%
B = 43.9%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#061112 (or 0x061112) is known color: Black Pearl. HEX triplet: 06, 11 and 12. RGB value is (6,17,18). Sum of RGB (Red+Green+Blue) = 6+17+18=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: blue. Hex color #061112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061112 is #F9EEED. Grayscale: #0D0D0D. Windows color (decimal): -16379630 or 1184006. OLE color: 1184006.

HSL color Cylindrical-coordinate representation of color #061112: hue angle of 185º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #061112 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 17 18 -
CMYK 0.67 0.06 0 0.93
HSL 185º 0.5% 0.05% -
HSV(B) 185º 0.67% 0.07% -
XYZ 0.38 0.48 0.65 -
YUV 13.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 6 17 18 0.67 0.06 0 0.93 185 0.5 0.05
Hex 6 11 12 43 6 0 5D B9 32 5
Octal 6 21 22 103 6 0 135 271 62 5
Binary 110 10001 10010 1000011 110 0 1011101 10111001 110010 101

Color Harmonies of #061112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061112

Black with #061112

Text Example


Text Example

White with #061112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061112; }

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

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

background-color css

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

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

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

border-color css

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

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

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