#241D26

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

Shades of Blackcurrant #241D26

Tints of Blackcurrant #241D26

Color information

#241D26 (or 0x241D26) is unknown color: approx Blackcurrant. HEX triplet: 24, 1D and 26. RGB value is (36,29,38). Sum of RGB (Red+Green+Blue) = 36+29+38=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 38 - color contains mainly: blue. Hex color #241D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D26 is #DBE2D9. Grayscale: #202020. Windows color (decimal): -14410458 or 2497828. OLE color: 2497828.

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

Color convert

RGB362938-
CMYK0.050.2400.85
HSL286.67º13.43%13.14%-
HSV(B)286.67º23.68%14.9%-
XYZ1.521.392.02-
YUV32.12131.32130.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.95%
GREEN value IS 29 (11.72% from 255) = 28.16%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=34.95%
G=28.16%
B=36.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3629380.050.2400.85286.6713.4313.14
Hex241D2651805511fdd
Octal44354653001254371515
Binary10010011101100110101110000101010110001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,29,38); }

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

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

 a { background-color: rgb(36,29,38); }

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

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

 span { border-color: rgb(36,29,38); }

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