#0C031F

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

Shades of Blackcurrant #0C031F

Tints of Blackcurrant #0C031F

Color information

#0C031F (or 0x0C031F) is unknown color: approx Blackcurrant. HEX triplet: 0C, 03 and 1F. RGB value is (12,3,31). Sum of RGB (Red+Green+Blue) = 12+3+31=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C031F is #F3FCE0. Grayscale: #080808. Windows color (decimal): -15989985 or 2032396. OLE color: 2032396.

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

Color convert

RGB12331-
CMYK0.610.9000.88
HSL259.29º82.35%6.67%-
HSV(B)259.29º90.32%12.16%-
XYZ0.430.241.32-
YUV8.88140.48130.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.09%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 31 (12.5% from 255) = 67.39%
R=26.09%
G=6.52%
B=67.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal123310.610.9000.88259.2982.356.67
HexC31F3D5A058103527
Octal143377513201304031227
Binary110011111111111011011010010110001000000111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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