#241D2B

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

Shades of Blackcurrant #241D2B

Tints of Blackcurrant #241D2B

Color information

#241D2B (or 0x241D2B) is unknown color: approx Blackcurrant. HEX triplet: 24, 1D and 2B. RGB value is (36,29,43). Sum of RGB (Red+Green+Blue) = 36+29+43=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 43 - color contains mainly: blue. Hex color #241D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D2B is #DBE2D4. Grayscale: #202020. Windows color (decimal): -14410453 or 2825508. OLE color: 2825508.

HSL color Cylindrical-coordinate representation of color #241D2B: hue angle of 270º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #241D2B is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB362943-
CMYK0.160.3300.83
HSL270º19.44%14.12%-
HSV(B)270º32.56%16.86%-
XYZ1.61.432.48-
YUV32.69133.82130.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.33%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=33.33%
G=26.85%
B=39.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3629430.160.3300.8327019.4414.12
Hex241D2B102105310e13e
Octal443553204101234162316
Binary100100111011010111000010000101010011100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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