Html Css Color HEX #061316 Black Pearl

📋 copy color: '#061316'

red 6 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #061316

Tints of Black Pearl #061316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 40.43%

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

R = 12.77%
G = 40.43%
B = 46.81%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#061316 (or 0x061316) is known color: Black Pearl. HEX triplet: 06, 13 and 16. RGB value is (6,19,22). Sum of RGB (Red+Green+Blue) = 6+19+22=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #061316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061316 is #F9ECE9. Grayscale: #0F0F0F. Windows color (decimal): -16379114 or 1446662. OLE color: 1446662.

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

Color convert

RGB 6 19 22 -
CMYK 0.73 0.14 0 0.91
HSL 191.25º 0.57% 0.05% -
HSV(B) 191.25º 0.73% 0.09% -
XYZ 0.45 0.56 0.84 -
YUV 15.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 6 19 22 0.73 0.14 0 0.91 191.25 0.57 0.05
Hex 6 13 16 49 E 0 5B BF 39 5
Octal 6 23 26 111 16 0 133 277 71 5
Binary 110 10011 10110 1001001 1110 0 1011011 10111111 111001 101

Color Harmonies of #061316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061316

Black with #061316

Text Example


Text Example

White with #061316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061316; }

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

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

background-color css

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

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

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

border-color css

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

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

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