#240228

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

Shades of Blackcurrant #240228

Tints of Blackcurrant #240228

Color information

#240228 (or 0x240228) is unknown color: approx Blackcurrant. HEX triplet: 24, 02 and 28. RGB value is (36,2,40). Sum of RGB (Red+Green+Blue) = 36+2+40=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 2 (1.17% from 255 or 2.56% 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 #240228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240228 is #DBFDD7. Grayscale: #101010. Windows color (decimal): -14417368 or 2621988. OLE color: 2621988.

HSL color Cylindrical-coordinate representation of color #240228: hue angle of 293.68º 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 #240228 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB36240-
CMYK0.100.9500.84
HSL293.68º90.48%8.24%-
HSV(B)293.68º95%15.69%-
XYZ1.130.572.06-
YUV16.5141.26141.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.15%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=46.15%
G=2.56%
B=51.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal362400.100.9500.84293.6890.488.24
Hex24228A5F0541265a8
Octal4425012137012444613210
Binary10010010101000101010111110101010010010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240228; }

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

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

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

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

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

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

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

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