#0C031C

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

Shades of Blackcurrant #0C031C

Tints of Blackcurrant #0C031C

Color information

#0C031C (or 0x0C031C) is unknown color: approx Blackcurrant. HEX triplet: 0C, 03 and 1C. RGB value is (12,3,28). Sum of RGB (Red+Green+Blue) = 12+3+28=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C031C is #F3FCE3. Grayscale: #080808. Windows color (decimal): -15989988 or 1835788. OLE color: 1835788.

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

Color convert

RGB12328-
CMYK0.570.8900.89
HSL261.6º80.65%6.08%-
HSV(B)261.6º89.29%10.98%-
XYZ0.390.231.12-
YUV8.54138.98130.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 28 (11.33% from 255) = 65.12%
R=27.91%
G=6.98%
B=65.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal123280.570.8900.89261.680.656.08
HexC31C3959059106516
Octal143347113101314061216
Binary110011111001110011011001010110011000001101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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