#0C070D

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

Shades of Blackcurrant #0C070D

Tints of Blackcurrant #0C070D

Color information

#0C070D (or 0x0C070D) is unknown color: approx Blackcurrant. HEX triplet: 0C, 07 and 0D. RGB value is (12,7,13). Sum of RGB (Red+Green+Blue) = 12+7+13=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 13 - color contains mainly: blue. Hex color #0C070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C070D is #F3F8F2. Grayscale: #090909. Windows color (decimal): -15988979 or 853772. OLE color: 853772.

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

Color convert

RGB12713-
CMYK0.080.4600.95
HSL290º30%3.92%-
HSV(B)290º46.15%5.1%-
XYZ0.30.260.41-
YUV9.18130.16130.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 37.5%
GREEN value IS 7 (3.12% from 255) = 21.88%
BLUE value IS 13 (5.47% from 255) = 40.62%
R=37.5%
G=21.88%
B=40.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal127130.080.4600.95290303.92
HexC7D82E05F1221e4
Octal1471510560137442364
Binary1100111110110001011100101111110010001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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