#11031F

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

Shades of Blackcurrant #11031F

Tints of Blackcurrant #11031F

Color information

#11031F (or 0x11031F) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 1F. RGB value is (17,3,31). Sum of RGB (Red+Green+Blue) = 17+3+31=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #11031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11031F is #EEFCE0. Grayscale: #0A0A0A. Windows color (decimal): -15662305 or 2032401. OLE color: 2032401.

HSL color Cylindrical-coordinate representation of color #11031F: hue angle of 270º 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 #11031F is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB17331-
CMYK0.450.9000.88
HSL270º82.35%6.67%-
HSV(B)270º90.32%12.16%-
XYZ0.510.281.32-
YUV10.38139.64132.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 5.88%
BLUE value IS 31 (12.5% from 255) = 60.78%
R=33.33%
G=5.88%
B=60.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal173310.450.9000.8827082.356.67
Hex1131F2D5A05810e527
Octal213375513201304161227
Binary1000111111111011011011010010110001000011101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11031F; }

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

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

<style>
 a { background-color: #11031F; }

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

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

<style>
 span { border-color: #11031F; }

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

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