#241427

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

Shades of Blackcurrant #241427

Tints of Blackcurrant #241427

Color information

#241427 (or 0x241427) is unknown color: approx Blackcurrant. HEX triplet: 24, 14 and 27. RGB value is (36,20,39). Sum of RGB (Red+Green+Blue) = 36+20+39=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #241427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241427 is #DBEBD8. Grayscale: #1A1A1A. Windows color (decimal): -14412761 or 2561060. OLE color: 2561060.

HSL color Cylindrical-coordinate representation of color #241427: hue angle of 290.53º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #241427 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB362039-
CMYK0.080.4900.85
HSL290.53º32.2%11.57%-
HSV(B)290.53º48.72%15.29%-
XYZ1.341.022.05-
YUV26.95134.8134.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.89%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=37.89%
G=21.05%
B=41.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3620390.080.4900.85290.5332.211.57
Hex24142783105512320c
Octal442447106101254434014
Binary100100101001001111000110001010101011001000111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241427; }

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

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

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

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

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

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

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

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