Html Css Color HEX #0B0213 Blackcurrant

📋 copy color: '#0B0213'

red 11 ◦ green 2 ◦ blue 19

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

Shades of Blackcurrant #0B0213

Tints of Blackcurrant #0B0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 59.38%

R = 34.38%
G = 6.25%
B = 59.38%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B0213 (or 0x0B0213) is known color: Blackcurrant. HEX triplet: 0B, 02 and 13. RGB value is (11,2,19). Sum of RGB (Red+Green+Blue) = 11+2+19=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #0B0213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0213 is #F4FDEC. Grayscale: #060606. Windows color (decimal): -16055789 or 1245707. OLE color: 1245707.

HSL color Cylindrical-coordinate representation of color #0B0213: hue angle of 271.76º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B0213 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 2 19 -
CMYK 0.42 0.89 0 0.93
HSL 271.76º 0.81% 0.04% -
HSV(B) 271.76º 0.89% 0.07% -
XYZ 0.28 0.16 0.63 -
YUV 6.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 11 2 19 0.42 0.89 0 0.93 271.76 0.81 0.04
Hex B 2 13 2A 59 0 5D 110 51 4
Octal 13 2 23 52 131 0 135 420 121 4
Binary 1011 10 10011 101010 1011001 0 1011101 100010000 1010001 100

Color Harmonies of #0B0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0213

Black with #0B0213

Text Example


Text Example

White with #0B0213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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