#0C031E

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

Shades of Blackcurrant #0C031E

Tints of Blackcurrant #0C031E

Color information

#0C031E (or 0x0C031E) is unknown color: approx Blackcurrant. HEX triplet: 0C, 03 and 1E. RGB value is (12,3,30). Sum of RGB (Red+Green+Blue) = 12+3+30=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C031E is #F3FCE1. Grayscale: #080808. Windows color (decimal): -15989986 or 1966860. OLE color: 1966860.

HSL color Cylindrical-coordinate representation of color #0C031E: hue angle of 260º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C031E is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB12330-
CMYK0.600.9000.88
HSL260º81.82%6.47%-
HSV(B)260º90%11.76%-
XYZ0.420.241.25-
YUV8.77139.98130.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.67%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 30 (12.11% from 255) = 66.67%
R=26.67%
G=6.67%
B=66.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal123300.600.9000.8826081.826.47
HexC31E3C5A058104526
Octal143367413201304041226
Binary110011111101111001011010010110001000001001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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