Html Css Color HEX #0B0614 Blackcurrant

📋 copy color: '#0B0614'

red 11 ◦ green 6 ◦ blue 20

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

Shades of Blackcurrant #0B0614

Tints of Blackcurrant #0B0614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 16.22%

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

R = 29.73%
G = 16.22%
B = 54.05%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0B0614 (or 0x0B0614) is known color: Blackcurrant. HEX triplet: 0B, 06 and 14. RGB value is (11,6,20). Sum of RGB (Red+Green+Blue) = 11+6+20=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0614 is #F4F9EB. Grayscale: #090909. Windows color (decimal): -16054764 or 1312267. OLE color: 1312267.

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

Color convert

RGB 11 6 20 -
CMYK 0.45 0.70 0 0.92
HSL 261.43º 0.54% 0.05% -
HSV(B) 261.43º 0.7% 0.08% -
XYZ 0.33 0.25 0.69 -
YUV 9.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 11 6 20 0.45 0.70 0 0.92 261.43 0.54 0.05
Hex B 6 14 2D 46 0 5C 105 36 5
Octal 13 6 24 55 106 0 134 405 66 5
Binary 1011 110 10100 101101 1000110 0 1011100 100000101 110110 101

Color Harmonies of #0B0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0614

Black with #0B0614

Text Example


Text Example

White with #0B0614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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