Html Css Color HEX #081014 Black Pearl

📋 copy color: '#081014'

red 8 ◦ green 16 ◦ blue 20

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

Shades of Black Pearl #081014

Tints of Black Pearl #081014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 45.45%

R = 18.18%
G = 36.36%
B = 45.45%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#081014 (or 0x081014) is known color: Black Pearl. HEX triplet: 08, 10 and 14. RGB value is (8,16,20). Sum of RGB (Red+Green+Blue) = 8+16+20=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #081014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081014 is #F7EFEB. Grayscale: #0E0E0E. Windows color (decimal): -16248812 or 1314824. OLE color: 1314824.

HSL color Cylindrical-coordinate representation of color #081014: hue angle of 200º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #081014 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 16 20 -
CMYK 0.60 0.20 0 0.92
HSL 200º 0.43% 0.05% -
HSV(B) 200º 0.6% 0.08% -
XYZ 0.41 0.47 0.73 -
YUV 14.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 8 16 20 0.60 0.20 0 0.92 200 0.43 0.05
Hex 8 10 14 3C 14 0 5C C8 2B 5
Octal 10 20 24 74 24 0 134 310 53 5
Binary 1000 10000 10100 111100 10100 0 1011100 11001000 101011 101

Color Harmonies of #081014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081014

Black with #081014

Text Example


Text Example

White with #081014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081014; }

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

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

background-color css

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

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

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

border-color css

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

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

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