Html Css Color HEX #0B050D Blackcurrant

📋 copy color: '#0B050D'

red 11 ◦ green 5 ◦ blue 13

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

Shades of Blackcurrant #0B050D

Tints of Blackcurrant #0B050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 17.24%

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

R = 37.93%
G = 17.24%
B = 44.83%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0B050D (or 0x0B050D) is known color: Blackcurrant. HEX triplet: 0B, 05 and 0D. RGB value is (11,5,13). Sum of RGB (Red+Green+Blue) = 11+5+13=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 13 - color contains mainly: blue. Hex color #0B050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B050D is #F4FAF2. Grayscale: #070707. Windows color (decimal): -16055027 or 853259. OLE color: 853259.

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

Color convert

RGB 11 5 13 -
CMYK 0.15 0.62 0 0.95
HSL 285º 0.44% 0.04% -
HSV(B) 285º 0.62% 0.05% -
XYZ 0.26 0.21 0.41 -
YUV 7.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 11 5 13 0.15 0.62 0 0.95 285 0.44 0.04
Hex B 5 D F 3E 0 5F 11D 2C 4
Octal 13 5 15 17 76 0 137 435 54 4
Binary 1011 101 1101 1111 111110 0 1011111 100011101 101100 100

Color Harmonies of #0B050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B050D

Black with #0B050D

Text Example


Text Example

White with #0B050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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