Html Css Color HEX #0B080E Blackcurrant

📋 copy color: '#0B080E'

red 11 ◦ green 8 ◦ blue 14

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

Shades of Blackcurrant #0B080E

Tints of Blackcurrant #0B080E

RGB

 RED value IS 11 (4.69% from 255) = 33.33%

 GREEN value IS 8 (3.52% from 255) = 24.24%

 BLUE value IS 14 (5.86% from 255) = 42.42%

R = 33.33%
G = 24.24%
B = 42.42%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0B080E (or 0x0B080E) is known color: Blackcurrant. HEX triplet: 0B, 08 and 0E. RGB value is (11,8,14). Sum of RGB (Red+Green+Blue) = 11+8+14=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 14 - color contains mainly: blue. Hex color #0B080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B080E is #F4F7F1. Grayscale: #090909. Windows color (decimal): -16054258 or 919563. OLE color: 919563.

HSL color Cylindrical-coordinate representation of color #0B080E: hue angle of 270º degrees, saturation: 0.27, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0B080E is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 11 8 14 -
CMYK 0.21 0.43 0 0.95
HSL 270º 0.27% 0.04% -
HSV(B) 270º 0.43% 0.05% -
XYZ 0.3 0.28 0.45 -
YUV 9.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 11 8 14 0.21 0.43 0 0.95 270 0.27 0.04
Hex B 8 E 15 2B 0 5F 10E 1B 4
Octal 13 10 16 25 53 0 137 416 33 4
Binary 1011 1000 1110 10101 101011 0 1011111 100001110 11011 100

Color Harmonies of #0B080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B080E

Black with #0B080E

Text Example


Text Example

White with #0B080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B080E; }

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

 H1.HeaderClassName
 {
   color: #0B080E;
 }
 .AnyTagClassName
 {
   color: #0B080E;
 }
</style>

background-color css

<style>
 a { background-color: #0B080E; }

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

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

border-color css

<style>
 span { border-color: #0B080E; }

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

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