#241B2E

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

Shades of Blackcurrant #241B2E

Tints of Blackcurrant #241B2E

Color information

#241B2E (or 0x241B2E) is unknown color: approx Blackcurrant. HEX triplet: 24, 1B and 2E. RGB value is (36,27,46). Sum of RGB (Red+Green+Blue) = 36+27+46=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: blue. Hex color #241B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B2E is #DBE4D1. Grayscale: #1F1F1F. Windows color (decimal): -14410962 or 3021604. OLE color: 3021604.

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

Color convert

RGB362746-
CMYK0.220.4100.82
HSL268.42º26.03%14.31%-
HSV(B)268.42º41.3%18.04%-
XYZ1.611.362.76-
YUV31.86135.98130.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.03%
GREEN value IS 27 (10.94% from 255) = 24.77%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=33.03%
G=24.77%
B=42.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3627460.220.4100.82268.4226.0314.31
Hex241B2E162905210c1ae
Octal443356265101224143216
Binary100100110111011101011010100101010010100001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,27,46); }

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

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

 a { background-color: rgb(36,27,46); }

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

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

 span { border-color: rgb(36,27,46); }

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