Html Css Color HEX #080D0F Black Pearl

📋 copy color: '#080D0F'

red 8 ◦ green 13 ◦ blue 15

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

Shades of Black Pearl #080D0F

Tints of Black Pearl #080D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 41.67%

R = 22.22%
G = 36.11%
B = 41.67%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#080D0F (or 0x080D0F) is known color: Black Pearl. HEX triplet: 08, 0D and 0F. RGB value is (8,13,15). Sum of RGB (Red+Green+Blue) = 8+13+15=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 15 - color contains mainly: blue. Hex color #080D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D0F is #F7F2F0. Grayscale: #0B0B0B. Windows color (decimal): -16249585 or 986376. OLE color: 986376.

HSL color Cylindrical-coordinate representation of color #080D0F: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #080D0F is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 13 15 -
CMYK 0.47 0.13 0 0.94
HSL 197.14º 0.3% 0.05% -
HSV(B) 197.14º 0.47% 0.06% -
XYZ 0.33 0.37 0.51 -
YUV 11.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 8 13 15 0.47 0.13 0 0.94 197.14 0.3 0.05
Hex 8 D F 2F D 0 5E C5 1E 5
Octal 10 15 17 57 15 0 136 305 36 5
Binary 1000 1101 1111 101111 1101 0 1011110 11000101 11110 101

Color Harmonies of #080D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D0F

Black with #080D0F

Text Example


Text Example

White with #080D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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