Html Css Color HEX #0B020C Blackcurrant

📋 copy color: '#0B020C'

red 11 ◦ green 2 ◦ blue 12

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

Shades of Blackcurrant #0B020C

Tints of Blackcurrant #0B020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 48%

R = 44%
G = 8%
B = 48%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0B020C (or 0x0B020C) is known color: Blackcurrant. HEX triplet: 0B, 02 and 0C. RGB value is (11,2,12). Sum of RGB (Red+Green+Blue) = 11+2+12=25 (3% of max value = 765). Red value is 11 (4.69% from 255 or 44% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B020C is #F4FDF3. Grayscale: #050505. Windows color (decimal): -16055796 or 786955. OLE color: 786955.

HSL color Cylindrical-coordinate representation of color #0B020C: hue angle of 294º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B020C is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 11 2 12 -
CMYK 0.08 0.83 0 0.95
HSL 294º 0.71% 0.03% -
HSV(B) 294º 0.83% 0.05% -
XYZ 0.23 0.14 0.36 -
YUV 5.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 11 2 12 0.08 0.83 0 0.95 294 0.71 0.03
Hex B 2 C 8 53 0 5F 126 47 3
Octal 13 2 14 10 123 0 137 446 107 3
Binary 1011 10 1100 1000 1010011 0 1011111 100100110 1000111 11

Color Harmonies of #0B020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B020C

Black with #0B020C

Text Example


Text Example

White with #0B020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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