Html Css Color HEX #080D12 Black Pearl

📋 copy color: '#080D12'

red 8 ◦ green 13 ◦ blue 18

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

Shades of Black Pearl #080D12

Tints of Black Pearl #080D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 46.15%

R = 20.51%
G = 33.33%
B = 46.15%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080D12 (or 0x080D12) is known color: Black Pearl. HEX triplet: 08, 0D and 12. RGB value is (8,13,18). Sum of RGB (Red+Green+Blue) = 8+13+18=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: blue. Hex color #080D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D12 is #F7F2ED. Grayscale: #0C0C0C. Windows color (decimal): -16249582 or 1182984. OLE color: 1182984.

HSL color Cylindrical-coordinate representation of color #080D12: hue angle of 210º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #080D12 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 13 18 -
CMYK 0.56 0.28 0 0.93
HSL 210º 0.38% 0.05% -
HSV(B) 210º 0.56% 0.07% -
XYZ 0.35 0.38 0.63 -
YUV 12.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 8 13 18 0.56 0.28 0 0.93 210 0.38 0.05
Hex 8 D 12 38 1C 0 5D D2 26 5
Octal 10 15 22 70 34 0 135 322 46 5
Binary 1000 1101 10010 111000 11100 0 1011101 11010010 100110 101

Color Harmonies of #080D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D12

Black with #080D12

Text Example


Text Example

White with #080D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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