#230228

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

Shades of Blackcurrant #230228

Tints of Blackcurrant #230228

Color information

#230228 (or 0x230228) is unknown color: approx Blackcurrant. HEX triplet: 23, 02 and 28. RGB value is (35,2,40). Sum of RGB (Red+Green+Blue) = 35+2+40=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #230228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230228 is #DCFDD7. Grayscale: #101010. Windows color (decimal): -14482904 or 2621987. OLE color: 2621987.

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

Color convert

RGB35240-
CMYK0.120.9500.84
HSL292.11º90.48%8.24%-
HSV(B)292.11º95%15.69%-
XYZ1.10.552.06-
YUV16.2141.43141.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 45.45%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=45.45%
G=2.60%
B=51.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal352400.120.9500.84292.1190.488.24
Hex23228C5F0541245a8
Octal4325014137012444413210
Binary10001110101000110010111110101010010010010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230228; }

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

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

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

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

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

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

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

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