#230532

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

Shades of Blackcurrant #230532

Tints of Blackcurrant #230532

Color information

#230532 (or 0x230532) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 32. RGB value is (35,5,50). Sum of RGB (Red+Green+Blue) = 35+5+50=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #230532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230532 is #DCFACD. Grayscale: #121212. Windows color (decimal): -14482126 or 3278115. OLE color: 3278115.

HSL color Cylindrical-coordinate representation of color #230532: hue angle of 280º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230532 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB35550-
CMYK0.300.9000.80
HSL280º81.82%10.78%-
HSV(B)280º90%19.61%-
XYZ1.320.73.08-
YUV19.1145.44139.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 50 (19.92% from 255) = 55.56%
R=38.89%
G=5.56%
B=55.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal355500.300.9000.8028081.8210.78
Hex235321E5A05011852b
Octal4356236132012043012213
Binary1000111011100101111010110100101000010001100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230532; }

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

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

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

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

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

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

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

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