#241E27

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

Shades of Blackcurrant #241E27

Tints of Blackcurrant #241E27

Color information

#241E27 (or 0x241E27) is unknown color: approx Blackcurrant. HEX triplet: 24, 1E and 27. RGB value is (36,30,39). Sum of RGB (Red+Green+Blue) = 36+30+39=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 39 - color contains mainly: blue. Hex color #241E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E27 is #DBE1D8. Grayscale: #202020. Windows color (decimal): -14410201 or 2563620. OLE color: 2563620.

HSL color Cylindrical-coordinate representation of color #241E27: hue angle of 280º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #241E27 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB363039-
CMYK0.080.2300.85
HSL280º13.04%13.53%-
HSV(B)280º23.08%15.29%-
XYZ1.561.452.12-
YUV32.82131.49130.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.29%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 39 (15.62% from 255) = 37.14%
R=34.29%
G=28.57%
B=37.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3630390.080.2300.8528013.0413.53
Hex241E27817055118de
Octal443647102701254301516
Binary100100111101001111000101110101010110001100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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