#241A28

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

Shades of Blackcurrant #241A28

Tints of Blackcurrant #241A28

Color information

#241A28 (or 0x241A28) is unknown color: approx Blackcurrant. HEX triplet: 24, 1A and 28. RGB value is (36,26,40). Sum of RGB (Red+Green+Blue) = 36+26+40=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 40 - color contains mainly: blue. Hex color #241A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A28 is #DBE5D7. Grayscale: #1E1E1E. Windows color (decimal): -14411224 or 2628132. OLE color: 2628132.

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

Color convert

RGB362640-
CMYK0.100.3500.84
HSL282.86º21.21%12.94%-
HSV(B)282.86º35%15.69%-
XYZ1.481.272.17-
YUV30.59133.31131.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.29%
GREEN value IS 26 (10.55% from 255) = 25.49%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=35.29%
G=25.49%
B=39.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3626400.100.3500.84282.8621.2112.94
Hex241A28A2305411b15d
Octal443250124301244332515
Binary10010011010101000101010001101010100100011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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