Html Css Color HEX #0B0115 Blackcurrant

📋 copy color: '#0B0115'

red 11 ◦ green 1 ◦ blue 21

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

Shades of Blackcurrant #0B0115

Tints of Blackcurrant #0B0115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.03%

 BLUE value IS 21 (8.59% from 255) = 63.64%

R = 33.33%
G = 3.03%
B = 63.64%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0B0115 (or 0x0B0115) is known color: Blackcurrant. HEX triplet: 0B, 01 and 15. RGB value is (11,1,21). Sum of RGB (Red+Green+Blue) = 11+1+21=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 21 (8.59% from 255 or 63.64% from 33); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0115 is #F4FEEA. Grayscale: #060606. Windows color (decimal): -16056043 or 1376523. OLE color: 1376523.

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

Color convert

RGB 11 1 21 -
CMYK 0.48 0.95 0 0.92
HSL 270º 0.91% 0.04% -
HSV(B) 270º 0.95% 0.08% -
XYZ 0.28 0.15 0.72 -
YUV 6.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 11 1 21 0.48 0.95 0 0.92 270 0.91 0.04
Hex B 1 15 30 5F 0 5C 10E 5B 4
Octal 13 1 25 60 137 0 134 416 133 4
Binary 1011 1 10101 110000 1011111 0 1011100 100001110 1011011 100

Color Harmonies of #0B0115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0115

Black with #0B0115

Text Example


Text Example

White with #0B0115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,1,21); }

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

background-color css

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

 a { background-color: rgb(11,1,21); }

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

border-color css

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

 span { border-color: rgb(11,1,21); }

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