Html Css Color HEX #061011 Black Pearl

📋 copy color: '#061011'

red 6 ◦ green 16 ◦ blue 17

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

Shades of Black Pearl #061011

Tints of Black Pearl #061011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 41.03%

 BLUE value IS 17 (7.03% from 255) = 43.59%

R = 15.38%
G = 41.03%
B = 43.59%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#061011 (or 0x061011) is known color: Black Pearl. HEX triplet: 06, 10 and 11. RGB value is (6,16,17). Sum of RGB (Red+Green+Blue) = 6+16+17=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 17 - color contains mainly: blue. Hex color #061011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061011 is #F9EFEE. Grayscale: #0D0D0D. Windows color (decimal): -16379887 or 1118214. OLE color: 1118214.

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

Color convert

RGB 6 16 17 -
CMYK 0.65 0.06 0 0.93
HSL 185.45º 0.48% 0.05% -
HSV(B) 185.45º 0.65% 0.07% -
XYZ 0.36 0.45 0.6 -
YUV 13.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 6 16 17 0.65 0.06 0 0.93 185.45 0.48 0.05
Hex 6 10 11 41 6 0 5D B9 30 5
Octal 6 20 21 101 6 0 135 271 60 5
Binary 110 10000 10001 1000001 110 0 1011101 10111001 110000 101

Color Harmonies of #061011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061011

Black with #061011

Text Example


Text Example

White with #061011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061011; }

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

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

background-color css

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

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

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

border-color css

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

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

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