Html Css Color HEX #0B080D Blackcurrant

📋 copy color: '#0B080D'

red 11 ◦ green 8 ◦ blue 13

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

Shades of Blackcurrant #0B080D

Tints of Blackcurrant #0B080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 40.63%

R = 34.38%
G = 25%
B = 40.63%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0B080D (or 0x0B080D) is known color: Blackcurrant. HEX triplet: 0B, 08 and 0D. RGB value is (11,8,13). Sum of RGB (Red+Green+Blue) = 11+8+13=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 13 - color contains mainly: blue. Hex color #0B080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B080D is #F4F7F2. Grayscale: #090909. Windows color (decimal): -16054259 or 854027. OLE color: 854027.

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

Color convert

RGB 11 8 13 -
CMYK 0.15 0.38 0 0.95
HSL 276º 0.24% 0.04% -
HSV(B) 276º 0.38% 0.05% -
XYZ 0.3 0.27 0.42 -
YUV 9.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 11 8 13 0.15 0.38 0 0.95 276 0.24 0.04
Hex B 8 D F 26 0 5F 114 18 4
Octal 13 10 15 17 46 0 137 424 30 4
Binary 1011 1000 1101 1111 100110 0 1011111 100010100 11000 100

Color Harmonies of #0B080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B080D

Black with #0B080D

Text Example


Text Example

White with #0B080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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