Html Css Color HEX #0B050F Blackcurrant

📋 copy color: '#0B050F'

red 11 ◦ green 5 ◦ blue 15

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

Shades of Blackcurrant #0B050F

Tints of Blackcurrant #0B050F

RGB

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

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

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

R = 35.48%
G = 16.13%
B = 48.39%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0B050F (or 0x0B050F) is known color: Blackcurrant. HEX triplet: 0B, 05 and 0F. RGB value is (11,5,15). Sum of RGB (Red+Green+Blue) = 11+5+15=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B050F is #F4FAF0. Grayscale: #070707. Windows color (decimal): -16055025 or 984331. OLE color: 984331.

HSL color Cylindrical-coordinate representation of color #0B050F: hue angle of 276º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B050F is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 11 5 15 -
CMYK 0.27 0.67 0 0.94
HSL 276º 0.5% 0.04% -
HSV(B) 276º 0.67% 0.06% -
XYZ 0.28 0.21 0.48 -
YUV 7.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 11 5 15 0.27 0.67 0 0.94 276 0.5 0.04
Hex B 5 F 1B 43 0 5E 114 32 4
Octal 13 5 17 33 103 0 136 424 62 4
Binary 1011 101 1111 11011 1000011 0 1011110 100010100 110010 100

Color Harmonies of #0B050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B050F

Black with #0B050F

Text Example


Text Example

White with #0B050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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