#110233

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

Shades of Blackcurrant #110233

Tints of Blackcurrant #110233

Color information

#110233 (or 0x110233) is unknown color: approx Blackcurrant. HEX triplet: 11, 02 and 33. RGB value is (17,2,51). Sum of RGB (Red+Green+Blue) = 17+2+51=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 51 (20.31% from 255 or 72.86% from 70); Max value from RGB is 51 - color contains mainly: blue. Hex color #110233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110233 is #EEFDCC. Grayscale: #0B0B0B. Windows color (decimal): -15662541 or 3342865. OLE color: 3342865.

HSL color Cylindrical-coordinate representation of color #110233: hue angle of 258.37º 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 #110233 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB17251-
CMYK0.670.9600.8
HSL258.37º92.45%10.39%-
HSV(B)258.37º96.08%20%-
XYZ0.850.43.16-
YUV12.07149.97131.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 51 (20.31% from 255) = 72.86%
R=24.29%
G=2.86%
B=72.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal172510.670.9600.8258.3792.4510.39
Hex1123343600501025ca
Octal21263103140012040213412
Binary1000110110011100001111000000101000010000001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110233; }

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

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

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

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

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

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

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

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