#0C090D

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

Shades of Blackcurrant #0C090D

Tints of Blackcurrant #0C090D

Color information

#0C090D (or 0x0C090D) is unknown color: approx Blackcurrant. HEX triplet: 0C, 09 and 0D. RGB value is (12,9,13). Sum of RGB (Red+Green+Blue) = 12+9+13=34 (4% of max value = 765). Red value is 12 (5.08% from 255 or 35.29% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 13 - color contains mainly: blue. Hex color #0C090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C090D is #F3F6F2. Grayscale: #0A0A0A. Windows color (decimal): -15988467 or 854284. OLE color: 854284.

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

Color convert

RGB12913-
CMYK0.080.3100.95
HSL285º18.18%4.31%-
HSV(B)285º30.77%5.1%-
XYZ0.320.30.42-
YUV10.35129.49129.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 35.29%
GREEN value IS 9 (3.91% from 255) = 26.47%
BLUE value IS 13 (5.47% from 255) = 38.24%
R=35.29%
G=26.47%
B=38.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal129130.080.3100.9528518.184.31
HexC9D81F05F11d124
Octal14111510370137435224
Binary1100100111011000111110101111110001110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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