#230528

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

Shades of Blackcurrant #230528

Tints of Blackcurrant #230528

Color information

#230528 (or 0x230528) is unknown color: approx Blackcurrant. HEX triplet: 23, 05 and 28. RGB value is (35,5,40). Sum of RGB (Red+Green+Blue) = 35+5+40=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #230528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230528 is #DCFAD7. Grayscale: #111111. Windows color (decimal): -14482136 or 2622755. OLE color: 2622755.

HSL color Cylindrical-coordinate representation of color #230528: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230528 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB35540-
CMYK0.120.8800.84
HSL291.43º77.78%8.82%-
HSV(B)291.43º87.5%15.69%-
XYZ1.130.622.07-
YUV17.96140.44140.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 40 (16.02% from 255) = 50%
R=43.75%
G=6.25%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal355400.120.8800.84291.4377.788.82
Hex23528C580541234e9
Octal4355014130012444311611
Binary100011101101000110010110000101010010010001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230528; }

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

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

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

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

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

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

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

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