Html Css Color HEX #081015 Black Pearl

📋 copy color: '#081015'

red 8 ◦ green 16 ◦ blue 21

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

Shades of Black Pearl #081015

Tints of Black Pearl #081015

RGB

 RED value IS 8 (3.52% from 255) = 17.78%

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

 BLUE value IS 21 (8.59% from 255) = 46.67%

R = 17.78%
G = 35.56%
B = 46.67%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#081015 (or 0x081015) is known color: Black Pearl. HEX triplet: 08, 10 and 15. RGB value is (8,16,21). Sum of RGB (Red+Green+Blue) = 8+16+21=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #081015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081015 is #F7EFEA. Grayscale: #0E0E0E. Windows color (decimal): -16248811 or 1380360. OLE color: 1380360.

HSL color Cylindrical-coordinate representation of color #081015: hue angle of 203.08º 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 #081015 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 16 21 -
CMYK 0.62 0.24 0 0.92
HSL 203.08º 0.45% 0.06% -
HSV(B) 203.08º 0.62% 0.08% -
XYZ 0.42 0.48 0.78 -
YUV 14.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 8 16 21 0.62 0.24 0 0.92 203.08 0.45 0.06
Hex 8 10 15 3E 18 0 5C CB 2D 6
Octal 10 20 25 76 30 0 134 313 55 6
Binary 1000 10000 10101 111110 11000 0 1011100 11001011 101101 110

Color Harmonies of #081015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081015

Black with #081015

Text Example


Text Example

White with #081015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081015; }

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

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

background-color css

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

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

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

border-color css

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

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

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