#230328

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

Shades of Blackcurrant #230328

Tints of Blackcurrant #230328

Color information

#230328 (or 0x230328) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 28. RGB value is (35,3,40). Sum of RGB (Red+Green+Blue) = 35+3+40=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #230328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230328 is #DCFCD7. Grayscale: #101010. Windows color (decimal): -14482648 or 2622243. OLE color: 2622243.

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

Color convert

RGB35340-
CMYK0.120.9300.84
HSL291.89º86.05%8.43%-
HSV(B)291.89º92.5%15.69%-
XYZ1.110.582.06-
YUV16.79141.1140.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=44.87%
G=3.85%
B=51.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal353400.120.9300.84291.8986.058.43
Hex23328C5D054124568
Octal4335014135012444412610
Binary10001111101000110010111010101010010010010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230328; }

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

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

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

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

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

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

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

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