Html Css Color HEX #081315 Black Pearl

📋 copy color: '#081315'

red 8 ◦ green 19 ◦ blue 21

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

Shades of Black Pearl #081315

Tints of Black Pearl #081315

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 value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#081315 (or 0x081315) is known color: 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

RGB 8 19 21 -
CMYK 0.62 0.10 0 0.92
HSL 189.23º 0.45% 0.06% -
HSV(B) 189.23º 0.62% 0.08% -
XYZ 0.47 0.57 0.8 -
YUV 15.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 8 19 21 0.62 0.10 0 0.92 189.23 0.45 0.06
Hex 8 13 15 3E A 0 5C BD 2D 6
Octal 10 23 25 76 12 0 134 275 55 6
Binary 1000 10011 10101 111110 1010 0 1011100 10111101 101101 110

Color Harmonies of #081315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081315

Black with #081315

Text Example


Text Example

White with #081315

Text Example


Text Example

HTML Codes & Css Web 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>