#241E28

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

Shades of Blackcurrant #241E28

Tints of Blackcurrant #241E28

Color information

#241E28 (or 0x241E28) is unknown color: approx Blackcurrant. HEX triplet: 24, 1E and 28. RGB value is (36,30,40). Sum of RGB (Red+Green+Blue) = 36+30+40=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 40 - color contains mainly: blue. Hex color #241E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E28 is #DBE1D7. Grayscale: #202020. Windows color (decimal): -14410200 or 2629156. OLE color: 2629156.

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

Color convert

RGB363040-
CMYK0.100.2500.84
HSL276º14.29%13.73%-
HSV(B)276º25%15.69%-
XYZ1.571.462.21-
YUV32.93131.99130.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.96%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=33.96%
G=28.30%
B=37.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3630400.100.2500.8427614.2913.73
Hex241E28A19054114ee
Octal443650123101244241616
Binary100100111101010001010110010101010010001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241E28; }

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

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

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

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

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

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

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

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