#0B040C

Color #0B040C Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #0B040C

Tints of Blackcurrant #0B040C

Color information

#0B040C (or 0x0B040C) is unknown color: approx Blackcurrant. HEX triplet: 0B, 04 and 0C. RGB value is (11,4,12). Sum of RGB (Red+Green+Blue) = 11+4+12=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B040C is #F4FBF3. Grayscale: #060606. Windows color (decimal): -16055284 or 787467. OLE color: 787467.

HSL color Cylindrical-coordinate representation of color #0B040C: hue angle of 292.5º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B040C is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB11412-
CMYK0.080.6700.95
HSL292.5º50%3.14%-
HSV(B)292.5º66.67%4.71%-
XYZ0.250.180.37-
YUV7130.82130.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 40.74%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 12 (5.08% from 255) = 44.44%
R=40.74%
G=14.81%
B=44.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal114120.080.6700.95292.5503.14
HexB4C84305F124323
Octal13414101030137444623
Binary10111001100100010000110101111110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B040C;
 }
 .AnyTagClassName
 {
   color: #0B040C;
 }
</style>
background-color css

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

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

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

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

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

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