#110035

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

Shades of Blackcurrant #110035

Tints of Blackcurrant #110035

Color information

#110035 (or 0x110035) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 35. RGB value is (17,0,53). Sum of RGB (Red+Green+Blue) = 17+0+53=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 53 (21.09% from 255 or 75.71% from 70); Max value from RGB is 53 - color contains mainly: blue. Hex color #110035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110035 is #EEFFCA. Grayscale: #0A0A0A. Windows color (decimal): -15663051 or 3473425. OLE color: 3473425.

HSL color Cylindrical-coordinate representation of color #110035: hue angle of 259.25º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110035 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB17053-
CMYK0.68100.79
HSL259.25º100%10.39%-
HSV(B)259.25º100%20.78%-
XYZ0.870.383.39-
YUV11.12151.63132.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 75.71%
R=24.29%
G=0%
B=75.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal170530.68100.79259.2510010.39
Hex11035446404F10364a
Octal21065104144011740314412
Binary100010110101100010011001000100111110000001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110035; }

 p { color: rgb(17,0,53); }

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

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

 a { background-color: rgb(17,0,53); }

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

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

 span { border-color: rgb(17,0,53); }

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