Html Css Color HEX #0B020F Blackcurrant

📋 copy color: '#0B020F'

red 11 ◦ green 2 ◦ blue 15

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

Shades of Blackcurrant #0B020F

Tints of Blackcurrant #0B020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 7.14%

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

R = 39.29%
G = 7.14%
B = 53.57%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0B020F (or 0x0B020F) is known color: Blackcurrant. HEX triplet: 0B, 02 and 0F. RGB value is (11,2,15). Sum of RGB (Red+Green+Blue) = 11+2+15=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 15 (6.25% from 255 or 53.57% from 28); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B020F is #F4FDF0. Grayscale: #060606. Windows color (decimal): -16055793 or 983563. OLE color: 983563.

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

Color convert

RGB 11 2 15 -
CMYK 0.27 0.87 0 0.94
HSL 281.54º 0.76% 0.03% -
HSV(B) 281.54º 0.87% 0.06% -
XYZ 0.25 0.15 0.47 -
YUV 6.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 11 2 15 0.27 0.87 0 0.94 281.54 0.76 0.03
Hex B 2 F 1B 57 0 5E 11A 4C 3
Octal 13 2 17 33 127 0 136 432 114 3
Binary 1011 10 1111 11011 1010111 0 1011110 100011010 1001100 11

Color Harmonies of #0B020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B020F

Black with #0B020F

Text Example


Text Example

White with #0B020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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