Html Css Color HEX #061115 Black Pearl

📋 copy color: '#061115'

red 6 ◦ green 17 ◦ blue 21

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

Shades of Black Pearl #061115

Tints of Black Pearl #061115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 47.73%

R = 13.64%
G = 38.64%
B = 47.73%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#061115 (or 0x061115) is known color: Black Pearl. HEX triplet: 06, 11 and 15. RGB value is (6,17,21). Sum of RGB (Red+Green+Blue) = 6+17+21=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #061115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061115 is #F9EEEA. Grayscale: #0E0E0E. Windows color (decimal): -16379627 or 1380614. OLE color: 1380614.

HSL color Cylindrical-coordinate representation of color #061115: hue angle of 196º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #061115 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 6 17 21 -
CMYK 0.71 0.19 0 0.92
HSL 196º 0.56% 0.05% -
HSV(B) 196º 0.71% 0.08% -
XYZ 0.41 0.49 0.78 -
YUV 14.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 6 17 21 0.71 0.19 0 0.92 196 0.56 0.05
Hex 6 11 15 47 13 0 5C C4 38 5
Octal 6 21 25 107 23 0 134 304 70 5
Binary 110 10001 10101 1000111 10011 0 1011100 11000100 111000 101

Color Harmonies of #061115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061115

Black with #061115

Text Example


Text Example

White with #061115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061115; }

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

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

background-color css

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

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

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

border-color css

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

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

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