Html Css Color HEX #080D14 Black Pearl

📋 copy color: '#080D14'

red 8 ◦ green 13 ◦ blue 20

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

Shades of Black Pearl #080D14

Tints of Black Pearl #080D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 31.71%

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

R = 19.51%
G = 31.71%
B = 48.78%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080D14 (or 0x080D14) is known color: Black Pearl. HEX triplet: 08, 0D and 14. RGB value is (8,13,20). Sum of RGB (Red+Green+Blue) = 8+13+20=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #080D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D14 is #F7F2EB. Grayscale: #0C0C0C. Windows color (decimal): -16249580 or 1314056. OLE color: 1314056.

HSL color Cylindrical-coordinate representation of color #080D14: hue angle of 215º 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 #080D14 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 13 20 -
CMYK 0.60 0.35 0 0.92
HSL 215º 0.43% 0.05% -
HSV(B) 215º 0.6% 0.08% -
XYZ 0.37 0.39 0.72 -
YUV 12.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 8 13 20 0.60 0.35 0 0.92 215 0.43 0.05
Hex 8 D 14 3C 23 0 5C D7 2B 5
Octal 10 15 24 74 43 0 134 327 53 5
Binary 1000 1101 10100 111100 100011 0 1011100 11010111 101011 101

Color Harmonies of #080D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D14

Black with #080D14

Text Example


Text Example

White with #080D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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