#110325

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

Shades of Blackcurrant #110325

Tints of Blackcurrant #110325

Color information

#110325 (or 0x110325) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 25. RGB value is (17,3,37). Sum of RGB (Red+Green+Blue) = 17+3+37=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 37 (14.84% from 255 or 64.91% from 57); Max value from RGB is 37 - color contains mainly: blue. Hex color #110325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110325 is #EEFCDA. Grayscale: #0A0A0A. Windows color (decimal): -15662299 or 2425617. OLE color: 2425617.

HSL color Cylindrical-coordinate representation of color #110325: hue angle of 264.71º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110325 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB17337-
CMYK0.540.9200.85
HSL264.71º85%7.84%-
HSV(B)264.71º91.89%14.51%-
XYZ0.60.321.78-
YUV11.06142.64132.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.82%
GREEN value IS 3 (1.56% from 255) = 5.26%
BLUE value IS 37 (14.84% from 255) = 64.91%
R=29.82%
G=5.26%
B=64.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal173370.540.9200.85264.71857.84
Hex11325365C055109558
Octal2134566134012541112510
Binary100011110010111011010111000101010110000100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110325; }

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

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

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

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

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

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

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

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