#0C090F

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

Shades of Blackcurrant #0C090F

Tints of Blackcurrant #0C090F

Color information

#0C090F (or 0x0C090F) is unknown color: approx Blackcurrant. HEX triplet: 0C, 09 and 0F. RGB value is (12,9,15). Sum of RGB (Red+Green+Blue) = 12+9+15=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C090F is #F3F6F0. Grayscale: #0A0A0A. Windows color (decimal): -15988465 or 985356. OLE color: 985356.

HSL color Cylindrical-coordinate representation of color #0C090F: hue angle of 270º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C090F is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB12915-
CMYK0.200.4000.94
HSL270º25%4.71%-
HSV(B)270º40%5.88%-
XYZ0.340.310.49-
YUV10.58130.49129.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 33.33%
GREEN value IS 9 (3.91% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 41.67%
R=33.33%
G=25%
B=41.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal129150.200.4000.94270254.71
HexC9F142805E10e195
Octal14111724500136416315
Binary110010011111101001010000101111010000111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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