#0C050D

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

Shades of Blackcurrant #0C050D

Tints of Blackcurrant #0C050D

Color information

#0C050D (or 0x0C050D) is unknown color: approx Blackcurrant. HEX triplet: 0C, 05 and 0D. RGB value is (12,5,13). Sum of RGB (Red+Green+Blue) = 12+5+13=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 13 - color contains mainly: blue. Hex color #0C050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C050D is #F3FAF2. Grayscale: #070707. Windows color (decimal): -15989491 or 853260. OLE color: 853260.

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

Color convert

RGB12513-
CMYK0.080.6200.95
HSL292.5º44.44%3.53%-
HSV(B)292.5º61.54%5.1%-
XYZ0.280.220.41-
YUV8130.82130.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 40%
GREEN value IS 5 (2.34% from 255) = 16.67%
BLUE value IS 13 (5.47% from 255) = 43.33%
R=40%
G=16.67%
B=43.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal125130.080.6200.95292.544.443.53
HexC5D83E05F1242c4
Octal1451510760137444544
Binary11001011101100011111001011111100100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,5,13); }

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

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

 a { background-color: rgb(12,5,13); }

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

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

 span { border-color: rgb(12,5,13); }

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