Html Css Color HEX #0B090D Blackcurrant

📋 copy color: '#0B090D'

red 11 ◦ green 9 ◦ blue 13

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

Shades of Blackcurrant #0B090D

Tints of Blackcurrant #0B090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 27.27%

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

R = 33.33%
G = 27.27%
B = 39.39%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0B090D (or 0x0B090D) is known color: Blackcurrant. HEX triplet: 0B, 09 and 0D. RGB value is (11,9,13). Sum of RGB (Red+Green+Blue) = 11+9+13=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 13 - color contains mainly: blue. Hex color #0B090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B090D is #F4F6F2. Grayscale: #0A0A0A. Windows color (decimal): -16054003 or 854283. OLE color: 854283.

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

Color convert

RGB 11 9 13 -
CMYK 0.15 0.31 0 0.95
HSL 270º 0.18% 0.04% -
HSV(B) 270º 0.31% 0.05% -
XYZ 0.31 0.3 0.42 -
YUV 10.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 11 9 13 0.15 0.31 0 0.95 270 0.18 0.04
Hex B 9 D F 1F 0 5F 10E 12 4
Octal 13 11 15 17 37 0 137 416 22 4
Binary 1011 1001 1101 1111 11111 0 1011111 100001110 10010 100

Color Harmonies of #0B090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B090D

Black with #0B090D

Text Example


Text Example

White with #0B090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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