#0C031D

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

Shades of Blackcurrant #0C031D

Tints of Blackcurrant #0C031D

Color information

#0C031D (or 0x0C031D) is unknown color: approx Blackcurrant. HEX triplet: 0C, 03 and 1D. RGB value is (12,3,29). Sum of RGB (Red+Green+Blue) = 12+3+29=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C031D is #F3FCE2. Grayscale: #080808. Windows color (decimal): -15989987 or 1901324. OLE color: 1901324.

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

Color convert

RGB12329-
CMYK0.590.9000.89
HSL260.77º81.25%6.27%-
HSV(B)260.77º89.66%11.37%-
XYZ0.410.231.19-
YUV8.66139.48130.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.27%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 29 (11.72% from 255) = 65.91%
R=27.27%
G=6.82%
B=65.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal123290.590.9000.89260.7781.256.27
HexC31D3B5A059105516
Octal143357313201314051216
Binary110011111011110111011010010110011000001011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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