#081315

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

Shades of Black Pearl #081315

Tints of Black Pearl #081315

Color information

#081315 (or 0x081315) is unknown color: approx Black Pearl. HEX triplet: 08, 13 and 15. RGB value is (8,19,21). Sum of RGB (Red+Green+Blue) = 8+19+21=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #081315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081315 is #F7ECEA. Grayscale: #0F0F0F. Windows color (decimal): -16248043 or 1381128. OLE color: 1381128.

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

Color convert

RGB81921-
CMYK0.620.1000.92
HSL189.23º44.83%5.69%-
HSV(B)189.23º61.9%8.24%-
XYZ0.470.570.8-
YUV15.94130.86122.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 19 (7.81% from 255) = 39.58%
BLUE value IS 21 (8.59% from 255) = 43.75%
R=16.67%
G=39.58%
B=43.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal819210.620.1000.92189.2344.835.69
Hex813153EA05Cbd2d6
Octal10232576120134275556
Binary1000100111010111111010100101110010111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081315; }

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

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

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

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

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

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

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

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