#231332

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

Shades of Blackcurrant #231332

Tints of Blackcurrant #231332

Color information

#231332 (or 0x231332) is unknown color: approx Blackcurrant. HEX triplet: 23, 13 and 32. RGB value is (35,19,50). Sum of RGB (Red+Green+Blue) = 35+19+50=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #231332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231332 is #DCECCD. Grayscale: #1B1B1B. Windows color (decimal): -14478542 or 3281699. OLE color: 3281699.

HSL color Cylindrical-coordinate representation of color #231332: hue angle of 270.97º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #231332 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB351950-
CMYK0.300.6200.80
HSL270.97º44.93%13.53%-
HSV(B)270.97º62%19.61%-
XYZ1.51.053.14-
YUV27.32140.8133.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 50 (19.92% from 255) = 48.08%
R=33.65%
G=18.27%
B=48.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3519500.300.6200.80270.9744.9313.53
Hex2313321E3E05010f2de
Octal432362367601204175516
Binary1000111001111001011110111110010100001000011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231332; }

 p { color: rgb(35,19,50); }

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

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

 a { background-color: rgb(35,19,50); }

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

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

 span { border-color: rgb(35,19,50); }

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