Html Css Color HEX #0B0317 Blackcurrant

📋 copy color: '#0B0317'

red 11 ◦ green 3 ◦ blue 23

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

Shades of Blackcurrant #0B0317

Tints of Blackcurrant #0B0317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.11%

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

R = 29.73%
G = 8.11%
B = 62.16%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0317 (or 0x0B0317) is known color: Blackcurrant. HEX triplet: 0B, 03 and 17. RGB value is (11,3,23). Sum of RGB (Red+Green+Blue) = 11+3+23=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 23 (9.38% from 255 or 62.16% from 37); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B0317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0317 is #F4FCE8. Grayscale: #070707. Windows color (decimal): -16055529 or 1508107. OLE color: 1508107.

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

Color convert

RGB 11 3 23 -
CMYK 0.52 0.87 0 0.91
HSL 264º 0.77% 0.05% -
HSV(B) 264º 0.87% 0.09% -
XYZ 0.33 0.2 0.83 -
YUV 7.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 11 3 23 0.52 0.87 0 0.91 264 0.77 0.05
Hex B 3 17 34 57 0 5B 108 4D 5
Octal 13 3 27 64 127 0 133 410 115 5
Binary 1011 11 10111 110100 1010111 0 1011011 100001000 1001101 101

Color Harmonies of #0B0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0317

Black with #0B0317

Text Example


Text Example

White with #0B0317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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