Html Css Color HEX #080B0F Black Pearl

📋 copy color: '#080B0F'

red 8 ◦ green 11 ◦ blue 15

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

Shades of Black Pearl #080B0F

Tints of Black Pearl #080B0F

RGB

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

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

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

R = 23.53%
G = 32.35%
B = 44.12%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#080B0F (or 0x080B0F) is known color: Black Pearl. HEX triplet: 08, 0B and 0F. RGB value is (8,11,15). Sum of RGB (Red+Green+Blue) = 8+11+15=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 15 (6.25% from 255 or 44.12% from 34); Max value from RGB is 15 - color contains mainly: blue. Hex color #080B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B0F is #F7F4F0. Grayscale: #0A0A0A. Windows color (decimal): -16250097 or 985864. OLE color: 985864.

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

Color convert

RGB 8 11 15 -
CMYK 0.47 0.27 0 0.94
HSL 214.29º 0.3% 0.05% -
HSV(B) 214.29º 0.47% 0.06% -
XYZ 0.31 0.33 0.5 -
YUV 10.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 8 11 15 0.47 0.27 0 0.94 214.29 0.3 0.05
Hex 8 B F 2F 1B 0 5E D6 1E 5
Octal 10 13 17 57 33 0 136 326 36 5
Binary 1000 1011 1111 101111 11011 0 1011110 11010110 11110 101

Color Harmonies of #080B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B0F

Black with #080B0F

Text Example


Text Example

White with #080B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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