#0C080D

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

Shades of Blackcurrant #0C080D

Tints of Blackcurrant #0C080D

Color information

#0C080D (or 0x0C080D) is unknown color: approx Blackcurrant. HEX triplet: 0C, 08 and 0D. RGB value is (12,8,13). Sum of RGB (Red+Green+Blue) = 12+8+13=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 13 - color contains mainly: blue. Hex color #0C080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C080D is #F3F7F2. Grayscale: #090909. Windows color (decimal): -15988723 or 854028. OLE color: 854028.

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

Color convert

RGB12813-
CMYK0.080.3800.95
HSL288º23.81%4.12%-
HSV(B)288º38.46%5.1%-
XYZ0.310.280.42-
YUV9.77129.83129.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 36.36%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 13 (5.47% from 255) = 39.39%
R=36.36%
G=24.24%
B=39.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal128130.080.3800.9528823.814.12
HexC8D82605F120184
Octal14101510460137440304
Binary11001000110110001001100101111110010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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