Html Css Color HEX #0B0214 Blackcurrant

📋 copy color: '#0B0214'

red 11 ◦ green 2 ◦ blue 20

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

Shades of Blackcurrant #0B0214

Tints of Blackcurrant #0B0214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 60.61%

R = 33.33%
G = 6.06%
B = 60.61%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0B0214 (or 0x0B0214) is known color: Blackcurrant. HEX triplet: 0B, 02 and 14. RGB value is (11,2,20). Sum of RGB (Red+Green+Blue) = 11+2+20=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 20 (8.20% from 255 or 60.61% from 33); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0214 is #F4FDEB. Grayscale: #060606. Windows color (decimal): -16055788 or 1311243. OLE color: 1311243.

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

Color convert

RGB 11 2 20 -
CMYK 0.45 0.90 0 0.92
HSL 270º 0.82% 0.04% -
HSV(B) 270º 0.9% 0.08% -
XYZ 0.29 0.17 0.68 -
YUV 6.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 11 2 20 0.45 0.90 0 0.92 270 0.82 0.04
Hex B 2 14 2D 5A 0 5C 10E 52 4
Octal 13 2 24 55 132 0 134 416 122 4
Binary 1011 10 10100 101101 1011010 0 1011100 100001110 1010010 100

Color Harmonies of #0B0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0214

Black with #0B0214

Text Example


Text Example

White with #0B0214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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