#110229

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

Shades of Blackcurrant #110229

Tints of Blackcurrant #110229

Color information

#110229 (or 0x110229) is unknown color: approx Blackcurrant. HEX triplet: 11, 02 and 29. RGB value is (17,2,41). Sum of RGB (Red+Green+Blue) = 17+2+41=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 41 (16.41% from 255 or 68.33% from 60); Max value from RGB is 41 - color contains mainly: blue. Hex color #110229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110229 is #EEFDD6. Grayscale: #0A0A0A. Windows color (decimal): -15662551 or 2687505. OLE color: 2687505.

HSL color Cylindrical-coordinate representation of color #110229: hue angle of 263.08º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110229 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB17241-
CMYK0.590.9500.84
HSL263.08º90.7%8.43%-
HSV(B)263.08º95.12%16.08%-
XYZ0.650.322.13-
YUV10.93144.97132.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.33%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 41 (16.41% from 255) = 68.33%
R=28.33%
G=3.33%
B=68.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal172410.590.9500.84263.0890.78.43
Hex112293B5F0541075b8
Octal2125173137012440713310
Binary100011010100111101110111110101010010000011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110229; }

 p { color: rgb(17,2,41); }

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

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

 a { background-color: rgb(17,2,41); }

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

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

 span { border-color: rgb(17,2,41); }

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