Html Css Color HEX #061016 Black Pearl

📋 copy color: '#061016'

red 6 ◦ green 16 ◦ blue 22

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

Shades of Black Pearl #061016

Tints of Black Pearl #061016

RGB

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

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

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

R = 13.64%
G = 36.36%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#061016 (or 0x061016) is known color: Black Pearl. HEX triplet: 06, 10 and 16. RGB value is (6,16,22). Sum of RGB (Red+Green+Blue) = 6+16+22=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #061016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061016 is #F9EFE9. Grayscale: #0D0D0D. Windows color (decimal): -16379882 or 1445894. OLE color: 1445894.

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

Color convert

RGB 6 16 22 -
CMYK 0.73 0.27 0 0.91
HSL 202.5º 0.57% 0.05% -
HSV(B) 202.5º 0.73% 0.09% -
XYZ 0.41 0.47 0.83 -
YUV 13.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 6 16 22 0.73 0.27 0 0.91 202.5 0.57 0.05
Hex 6 10 16 49 1B 0 5B CA 39 5
Octal 6 20 26 111 33 0 133 312 71 5
Binary 110 10000 10110 1001001 11011 0 1011011 11001010 111001 101

Color Harmonies of #061016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061016

Black with #061016

Text Example


Text Example

White with #061016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061016; }

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

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

background-color css

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

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

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

border-color css

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

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

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