#241A2D

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

Shades of Blackcurrant #241A2D

Tints of Blackcurrant #241A2D

Color information

#241A2D (or 0x241A2D) is unknown color: approx Blackcurrant. HEX triplet: 24, 1A and 2D. RGB value is (36,26,45). Sum of RGB (Red+Green+Blue) = 36+26+45=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #241A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A2D is #DBE5D2. Grayscale: #1F1F1F. Windows color (decimal): -14411219 or 2955812. OLE color: 2955812.

HSL color Cylindrical-coordinate representation of color #241A2D: hue angle of 271.58º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #241A2D is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB362645-
CMYK0.20.4200.82
HSL271.58º26.76%13.92%-
HSV(B)271.58º42.22%17.65%-
XYZ1.571.32.65-
YUV31.16135.81131.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.64%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=33.64%
G=24.30%
B=42.06%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3626450.20.4200.82271.5826.7613.92
Hex241A2D142A0521101be
Octal443255245201224203316
Binary100100110101011011010010101001010010100010000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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