#231536

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

Shades of Blackcurrant #231536

Tints of Blackcurrant #231536

Color information

#231536 (or 0x231536) is unknown color: approx Blackcurrant. HEX triplet: 23, 15 and 36. RGB value is (35,21,54). Sum of RGB (Red+Green+Blue) = 35+21+54=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #231536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231536 is #DCEAC9. Grayscale: #1C1C1C. Windows color (decimal): -14478026 or 3544355. OLE color: 3544355.

HSL color Cylindrical-coordinate representation of color #231536: hue angle of 265.45º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #231536 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB352154-
CMYK0.350.6100.79
HSL265.45º44%14.71%-
HSV(B)265.45º61.11%21.18%-
XYZ1.631.163.63-
YUV28.95142.14132.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 54 (21.48% from 255) = 49.09%
R=31.82%
G=19.09%
B=49.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3521540.350.6100.79265.454414.71
Hex231536233D04F1092cf
Octal432566437501174115417
Binary10001110101110110100011111101010011111000010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231536; }

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

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

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

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

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

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

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

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