Html Css Color HEX #061116 Black Pearl

📋 copy color: '#061116'

red 6 ◦ green 17 ◦ blue 22

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

Shades of Black Pearl #061116

Tints of Black Pearl #061116

RGB

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

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

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

R = 13.33%
G = 37.78%
B = 48.89%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#061116 (or 0x061116) is known color: Black Pearl. HEX triplet: 06, 11 and 16. RGB value is (6,17,22). Sum of RGB (Red+Green+Blue) = 6+17+22=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #061116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061116 is #F9EEE9. Grayscale: #0E0E0E. Windows color (decimal): -16379626 or 1446150. OLE color: 1446150.

HSL color Cylindrical-coordinate representation of color #061116: hue angle of 198.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 #061116 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 6 17 22 -
CMYK 0.73 0.23 0 0.91
HSL 198.75º 0.57% 0.05% -
HSV(B) 198.75º 0.73% 0.09% -
XYZ 0.42 0.5 0.83 -
YUV 14.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 6 17 22 0.73 0.23 0 0.91 198.75 0.57 0.05
Hex 6 11 16 49 17 0 5B C7 39 5
Octal 6 21 26 111 27 0 133 307 71 5
Binary 110 10001 10110 1001001 10111 0 1011011 11000111 111001 101

Color Harmonies of #061116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061116

Black with #061116

Text Example


Text Example

White with #061116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061116; }

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

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

background-color css

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

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

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

border-color css

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

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

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