#061315

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

Shades of Black Pearl #061315

Tints of Black Pearl #061315

Color information

#061315 (or 0x061315) is unknown color: approx Black Pearl. HEX triplet: 06, 13 and 15. RGB value is (6,19,21). Sum of RGB (Red+Green+Blue) = 6+19+21=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #061315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061315 is #F9ECEA. Grayscale: #0F0F0F. Windows color (decimal): -16379115 or 1381126. OLE color: 1381126.

HSL color Cylindrical-coordinate representation of color #061315: hue angle of 188º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #061315 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB61921-
CMYK0.710.1000.92
HSL188º55.56%5.29%-
HSV(B)188º71.43%8.24%-
XYZ0.440.560.79-
YUV15.34131.19121.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.04%
GREEN value IS 19 (7.81% from 255) = 41.30%
BLUE value IS 21 (8.59% from 255) = 45.65%
R=13.04%
G=41.30%
B=45.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal619210.710.1000.9218855.565.29
Hex6131547A05Cbc385
Octal62325107120134274705
Binary1101001110101100011110100101110010111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061315; }

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

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

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

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

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

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

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

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