Html Css Color HEX #080B10 Black Pearl

📋 copy color: '#080B10'

red 8 ◦ green 11 ◦ blue 16

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

Shades of Black Pearl #080B10

Tints of Black Pearl #080B10

RGB

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

 GREEN value IS 11 (4.69% from 255) = 31.43%

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

R = 22.86%
G = 31.43%
B = 45.71%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#080B10 (or 0x080B10) is known color: Black Pearl. HEX triplet: 08, 0B and 10. RGB value is (8,11,16). Sum of RGB (Red+Green+Blue) = 8+11+16=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 16 - color contains mainly: blue. Hex color #080B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B10 is #F7F4EF. Grayscale: #0A0A0A. Windows color (decimal): -16250096 or 1051400. OLE color: 1051400.

HSL color Cylindrical-coordinate representation of color #080B10: hue angle of 217.5º 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 #080B10 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 11 16 -
CMYK 0.50 0.31 0 0.94
HSL 217.5º 0.33% 0.05% -
HSV(B) 217.5º 0.5% 0.06% -
XYZ 0.31 0.33 0.54 -
YUV 10.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 8 11 16 0.50 0.31 0 0.94 217.5 0.33 0.05
Hex 8 B 10 32 1F 0 5E DA 21 5
Octal 10 13 20 62 37 0 136 332 41 5
Binary 1000 1011 10000 110010 11111 0 1011110 11011010 100001 101

Color Harmonies of #080B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B10

Black with #080B10

Text Example


Text Example

White with #080B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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