#110232

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

Shades of Blackcurrant #110232

Tints of Blackcurrant #110232

Color information

#110232 (or 0x110232) is unknown color: approx Blackcurrant. HEX triplet: 11, 02 and 32. RGB value is (17,2,50). Sum of RGB (Red+Green+Blue) = 17+2+50=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 50 (19.92% from 255 or 72.46% from 69); Max value from RGB is 50 - color contains mainly: blue. Hex color #110232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110232 is #EEFDCD. Grayscale: #0B0B0B. Windows color (decimal): -15662542 or 3277329. OLE color: 3277329.

HSL color Cylindrical-coordinate representation of color #110232: hue angle of 258.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110232 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB17250-
CMYK0.660.9600.80
HSL258.75º92.31%10.2%-
HSV(B)258.75º96%19.61%-
XYZ0.830.393.05-
YUV11.96149.47131.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 50 (19.92% from 255) = 72.46%
R=24.64%
G=2.90%
B=72.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal172500.660.9600.80258.7592.3110.2
Hex1123242600501035ca
Octal21262102140012040313412
Binary1000110110010100001011000000101000010000001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110232; }

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

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

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

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

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

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

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

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