Html Css Color HEX #061013 Black Pearl

📋 copy color: '#061013'

red 6 ◦ green 16 ◦ blue 19

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

Shades of Black Pearl #061013

Tints of Black Pearl #061013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 46.34%

R = 14.63%
G = 39.02%
B = 46.34%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#061013 (or 0x061013) is known color: Black Pearl. HEX triplet: 06, 10 and 13. RGB value is (6,16,19). Sum of RGB (Red+Green+Blue) = 6+16+19=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #061013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061013 is #F9EFEC. Grayscale: #0D0D0D. Windows color (decimal): -16379885 or 1249286. OLE color: 1249286.

HSL color Cylindrical-coordinate representation of color #061013: hue angle of 193.85º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #061013 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 16 19 -
CMYK 0.68 0.16 0 0.93
HSL 193.85º 0.52% 0.05% -
HSV(B) 193.85º 0.68% 0.07% -
XYZ 0.38 0.46 0.68 -
YUV 13.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 6 16 19 0.68 0.16 0 0.93 193.85 0.52 0.05
Hex 6 10 13 44 10 0 5D C2 34 5
Octal 6 20 23 104 20 0 135 302 64 5
Binary 110 10000 10011 1000100 10000 0 1011101 11000010 110100 101

Color Harmonies of #061013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061013

Black with #061013

Text Example


Text Example

White with #061013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061013; }

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

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

background-color css

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

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

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

border-color css

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

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

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