Html Css Color HEX #060E11 Black Pearl

📋 copy color: '#060E11'

red 6 ◦ green 14 ◦ blue 17

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

Shades of Black Pearl #060E11

Tints of Black Pearl #060E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 37.84%

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

R = 16.22%
G = 37.84%
B = 45.95%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#060E11 (or 0x060E11) is known color: Black Pearl. HEX triplet: 06, 0E and 11. RGB value is (6,14,17). Sum of RGB (Red+Green+Blue) = 6+14+17=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #060E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E11 is #F9F1EE. Grayscale: #0B0B0B. Windows color (decimal): -16380399 or 1117702. OLE color: 1117702.

HSL color Cylindrical-coordinate representation of color #060E11: hue angle of 196.36º 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 #060E11 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 14 17 -
CMYK 0.65 0.18 0 0.93
HSL 196.36º 0.48% 0.05% -
HSV(B) 196.36º 0.65% 0.07% -
XYZ 0.33 0.39 0.59 -
YUV 11.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 6 14 17 0.65 0.18 0 0.93 196.36 0.48 0.05
Hex 6 E 11 41 12 0 5D C4 30 5
Octal 6 16 21 101 22 0 135 304 60 5
Binary 110 1110 10001 1000001 10010 0 1011101 11000100 110000 101

Color Harmonies of #060E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E11

Black with #060E11

Text Example


Text Example

White with #060E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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