Html Css Color HEX #061516 Black Pearl

📋 copy color: '#061516'

red 6 ◦ green 21 ◦ blue 22

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

Shades of Black Pearl #061516

Tints of Black Pearl #061516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42.86%

 BLUE value IS 22 (8.98% from 255) = 44.9%

R = 12.24%
G = 42.86%
B = 44.9%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#061516 (or 0x061516) is known color: Black Pearl. HEX triplet: 06, 15 and 16. RGB value is (6,21,22). Sum of RGB (Red+Green+Blue) = 6+21+22=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #061516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061516 is #F9EAE9. Grayscale: #101010. Windows color (decimal): -16378602 or 1447174. OLE color: 1447174.

HSL color Cylindrical-coordinate representation of color #061516: hue angle of 183.75º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #061516 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 6 21 22 -
CMYK 0.73 0.05 0 0.91
HSL 183.75º 0.57% 0.05% -
HSV(B) 183.75º 0.73% 0.09% -
XYZ 0.49 0.63 0.86 -
YUV 16.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 6 21 22 0.73 0.05 0 0.91 183.75 0.57 0.05
Hex 6 15 16 49 5 0 5B B8 39 5
Octal 6 25 26 111 5 0 133 270 71 5
Binary 110 10101 10110 1001001 101 0 1011011 10111000 111001 101

Color Harmonies of #061516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061516

Black with #061516

Text Example


Text Example

White with #061516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061516; }

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

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

background-color css

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

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

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

border-color css

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

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

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