Html Css Color HEX #0B0217 Blackcurrant

📋 copy color: '#0B0217'

red 11 ◦ green 2 ◦ blue 23

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

Shades of Blackcurrant #0B0217

Tints of Blackcurrant #0B0217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 63.89%

R = 30.56%
G = 5.56%
B = 63.89%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0217 (or 0x0B0217) is known color: Blackcurrant. HEX triplet: 0B, 02 and 17. RGB value is (11,2,23). Sum of RGB (Red+Green+Blue) = 11+2+23=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B0217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0217 is #F4FDE8. Grayscale: #070707. Windows color (decimal): -16055785 or 1507851. OLE color: 1507851.

HSL color Cylindrical-coordinate representation of color #0B0217: hue angle of 265.71º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0217 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 2 23 -
CMYK 0.52 0.91 0 0.91
HSL 265.71º 0.84% 0.05% -
HSV(B) 265.71º 0.91% 0.09% -
XYZ 0.31 0.18 0.83 -
YUV 7.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 11 2 23 0.52 0.91 0 0.91 265.71 0.84 0.05
Hex B 2 17 34 5B 0 5B 10A 54 5
Octal 13 2 27 64 133 0 133 412 124 5
Binary 1011 10 10111 110100 1011011 0 1011011 100001010 1010100 101

Color Harmonies of #0B0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0217

Black with #0B0217

Text Example


Text Example

White with #0B0217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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