Html Css Color HEX #080C10 Black Pearl

📋 copy color: '#080C10'

red 8 ◦ green 12 ◦ blue 16

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

Shades of Black Pearl #080C10

Tints of Black Pearl #080C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 33.33%

 BLUE value IS 16 (6.64% from 255) = 44.44%

R = 22.22%
G = 33.33%
B = 44.44%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#080C10 (or 0x080C10) is known color: Black Pearl. HEX triplet: 08, 0C and 10. RGB value is (8,12,16). Sum of RGB (Red+Green+Blue) = 8+12+16=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 16 - color contains mainly: blue. Hex color #080C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C10 is #F7F3EF. Grayscale: #0B0B0B. Windows color (decimal): -16249840 or 1051656. OLE color: 1051656.

HSL color Cylindrical-coordinate representation of color #080C10: hue angle of 210º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #080C10 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 12 16 -
CMYK 0.50 0.25 0 0.94
HSL 210º 0.33% 0.05% -
HSV(B) 210º 0.5% 0.06% -
XYZ 0.33 0.35 0.54 -
YUV 11.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 8 12 16 0.50 0.25 0 0.94 210 0.33 0.05
Hex 8 C 10 32 19 0 5E D2 21 5
Octal 10 14 20 62 31 0 136 322 41 5
Binary 1000 1100 10000 110010 11001 0 1011110 11010010 100001 101

Color Harmonies of #080C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C10

Black with #080C10

Text Example


Text Example

White with #080C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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