#0C011D

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

Shades of Blackcurrant #0C011D

Tints of Blackcurrant #0C011D

Color information

#0C011D (or 0x0C011D) is unknown color: approx Blackcurrant. HEX triplet: 0C, 01 and 1D. RGB value is (12,1,29). Sum of RGB (Red+Green+Blue) = 12+1+29=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 29 (11.72% from 255 or 69.05% from 42); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C011D is #F3FEE2. Grayscale: #070707. Windows color (decimal): -15990499 or 1900812. OLE color: 1900812.

HSL color Cylindrical-coordinate representation of color #0C011D: hue angle of 263.57º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C011D is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12129-
CMYK0.590.9700.89
HSL263.57º93.33%5.88%-
HSV(B)263.57º96.55%11.37%-
XYZ0.380.191.18-
YUV7.48140.14131.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 28.57%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 29 (11.72% from 255) = 69.05%
R=28.57%
G=2.38%
B=69.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal121290.590.9700.89263.5793.335.88
HexC11D3B610591085d6
Octal141357314101314101356
Binary11001111011110111100001010110011000010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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