Html Css Color HEX #0B0314 Blackcurrant

📋 copy color: '#0B0314'

red 11 ◦ green 3 ◦ blue 20

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

Shades of Blackcurrant #0B0314

Tints of Blackcurrant #0B0314

RGB

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

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

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

R = 32.35%
G = 8.82%
B = 58.82%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0B0314 (or 0x0B0314) is known color: Blackcurrant. HEX triplet: 0B, 03 and 14. RGB value is (11,3,20). Sum of RGB (Red+Green+Blue) = 11+3+20=34 (4% of max value = 765). Red value is 11 (4.69% from 255 or 32.35% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 20 (8.20% from 255 or 58.82% from 34); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0314 is #F4FCEB. Grayscale: #070707. Windows color (decimal): -16055532 or 1311499. OLE color: 1311499.

HSL color Cylindrical-coordinate representation of color #0B0314: hue angle of 268.24º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B0314 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 11 3 20 -
CMYK 0.45 0.85 0 0.92
HSL 268.24º 0.74% 0.05% -
HSV(B) 268.24º 0.85% 0.08% -
XYZ 0.3 0.19 0.68 -
YUV 7.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 11 3 20 0.45 0.85 0 0.92 268.24 0.74 0.05
Hex B 3 14 2D 55 0 5C 10C 4A 5
Octal 13 3 24 55 125 0 134 414 112 5
Binary 1011 11 10100 101101 1010101 0 1011100 100001100 1001010 101

Color Harmonies of #0B0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0314

Black with #0B0314

Text Example


Text Example

White with #0B0314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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