#201233

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

Shades of Blackcurrant #201233

Tints of Blackcurrant #201233

Color information

#201233 (or 0x201233) is unknown color: approx Blackcurrant. HEX triplet: 20, 12 and 33. RGB value is (32,18,51). Sum of RGB (Red+Green+Blue) = 32+18+51=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #201233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201233 is #DFEDCC. Grayscale: #191919. Windows color (decimal): -14675405 or 3346976. OLE color: 3346976.

HSL color Cylindrical-coordinate representation of color #201233: hue angle of 265.45º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #201233 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB321851-
CMYK0.370.6500.8
HSL265.45º47.83%13.53%-
HSV(B)265.45º64.71%20%-
XYZ1.410.983.25-
YUV25.95142.14132.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=31.68%
G=17.82%
B=50.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3218510.370.6500.8265.4547.8313.53
Hex201233254105010930e
Octal4022634510101204116016
Binary100000100101100111001011000001010100001000010011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201233; }

 p { color: rgb(32,18,51); }

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

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

 a { background-color: rgb(32,18,51); }

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

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

 span { border-color: rgb(32,18,51); }

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