#060B13

Color #060B13 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #060B13

Tints of Black Pearl #060B13

Color information

#060B13 (or 0x060B13) is unknown color: approx Black Pearl. HEX triplet: 06, 0B and 13. RGB value is (6,11,19). Sum of RGB (Red+Green+Blue) = 6+11+19=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #060B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B13 is #F9F4EC. Grayscale: #0A0A0A. Windows color (decimal): -16381165 or 1248006. OLE color: 1248006.

HSL color Cylindrical-coordinate representation of color #060B13: hue angle of 216.92º 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 #060B13 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB61119-
CMYK0.680.4200.93
HSL216.92º52%4.9%-
HSV(B)216.92º68.42%7.45%-
XYZ0.310.330.66-
YUV10.42132.84124.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.67%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 19 (7.81% from 255) = 52.78%
R=16.67%
G=30.56%
B=52.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal611190.680.4200.93216.92524.9
Hex6B13442A05Dd9345
Octal61323104520135331645
Binary11010111001110001001010100101110111011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060B13; }

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

 H1.HeaderClassName
 {
   color: #060B13;
 }
 .AnyTagClassName
 {
   color: #060B13;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #060B13;
 }
 .BgClassName
 {
   background-color: #060B13;
 }
</style>
border-color css

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

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

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