#231532

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

Shades of Blackcurrant #231532

Tints of Blackcurrant #231532

Color information

#231532 (or 0x231532) is unknown color: approx Blackcurrant. HEX triplet: 23, 15 and 32. RGB value is (35,21,50). Sum of RGB (Red+Green+Blue) = 35+21+50=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #231532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231532 is #DCEACD. Grayscale: #1C1C1C. Windows color (decimal): -14478030 or 3282211. OLE color: 3282211.

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

Color convert

RGB352150-
CMYK0.300.5800.80
HSL268.97º40.85%13.92%-
HSV(B)268.97º58%19.61%-
XYZ1.541.123.15-
YUV28.49140.14132.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=33.02%
G=19.81%
B=47.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3521500.300.5800.80268.9740.8513.92
Hex2315321E3A05010d29e
Octal432562367201204155116
Binary1000111010111001011110111010010100001000011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231532; }

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

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

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

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

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

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

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

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