Html Css Color HEX #0B0414 Blackcurrant

📋 copy color: '#0B0414'

red 11 ◦ green 4 ◦ blue 20

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

Shades of Blackcurrant #0B0414

Tints of Blackcurrant #0B0414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 11.43%

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

R = 31.43%
G = 11.43%
B = 57.14%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0B0414 (or 0x0B0414) is known color: Blackcurrant. HEX triplet: 0B, 04 and 14. RGB value is (11,4,20). Sum of RGB (Red+Green+Blue) = 11+4+20=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 20 (8.20% from 255 or 57.14% from 35); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0414 is #F4FBEB. Grayscale: #070707. Windows color (decimal): -16055276 or 1311755. OLE color: 1311755.

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

Color convert

RGB 11 4 20 -
CMYK 0.45 0.80 0 0.92
HSL 266.25º 0.67% 0.05% -
HSV(B) 266.25º 0.8% 0.08% -
XYZ 0.31 0.21 0.69 -
YUV 7.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 11 4 20 0.45 0.80 0 0.92 266.25 0.67 0.05
Hex B 4 14 2D 50 0 5C 10A 43 5
Octal 13 4 24 55 120 0 134 412 103 5
Binary 1011 100 10100 101101 1010000 0 1011100 100001010 1000011 101

Color Harmonies of #0B0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0414

Black with #0B0414

Text Example


Text Example

White with #0B0414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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