#0C0117

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

Shades of Blackcurrant #0C0117

Tints of Blackcurrant #0C0117

Color information

#0C0117 (or 0x0C0117) is unknown color: approx Blackcurrant. HEX triplet: 0C, 01 and 17. RGB value is (12,1,23). Sum of RGB (Red+Green+Blue) = 12+1+23=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C0117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0117 is #F3FEE8. Grayscale: #060606. Windows color (decimal): -15990505 or 1507596. OLE color: 1507596.

HSL color Cylindrical-coordinate representation of color #0C0117: hue angle of 270º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0117 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB12123-
CMYK0.480.9600.91
HSL270º91.67%4.71%-
HSV(B)270º95.65%9.02%-
XYZ0.320.160.83-
YUV6.8137.14131.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 23 (9.38% from 255) = 63.89%
R=33.33%
G=2.78%
B=63.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal121230.480.9600.9127091.674.71
HexC117306005B10e5c5
Octal141276014001334161345
Binary11001101111100001100000010110111000011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,23); }

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

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

 a { background-color: rgb(12,1,23); }

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

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

 span { border-color: rgb(12,1,23); }

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