#240128

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

Shades of Blackcurrant #240128

Tints of Blackcurrant #240128

Color information

#240128 (or 0x240128) is unknown color: approx Blackcurrant. HEX triplet: 24, 01 and 28. RGB value is (36,1,40). Sum of RGB (Red+Green+Blue) = 36+1+40=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 1 (0.78% from 255 or 1.30% 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 #240128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240128 is #DBFED7. Grayscale: #0F0F0F. Windows color (decimal): -14417624 or 2621732. OLE color: 2621732.

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

Color convert

RGB36140-
CMYK0.100.9800.84
HSL293.85º95.12%8.04%-
HSV(B)293.85º97.5%15.69%-
XYZ1.120.552.05-
YUV15.91141.6142.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.75%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=46.75%
G=1.30%
B=51.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal361400.100.9800.84293.8595.128.04
Hex24128A620541265f8
Octal4415012142012444613710
Binary1001001101000101011000100101010010010011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240128; }

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

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

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

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

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

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

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

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