#241238

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

Shades of Blackcurrant #241238

Tints of Blackcurrant #241238

Color information

#241238 (or 0x241238) is unknown color: approx Blackcurrant. HEX triplet: 24, 12 and 38. RGB value is (36,18,56). Sum of RGB (Red+Green+Blue) = 36+18+56=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #241238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241238 is #DBEDC7. Grayscale: #1B1B1B. Windows color (decimal): -14413256 or 3674660. OLE color: 3674660.

HSL color Cylindrical-coordinate representation of color #241238: hue angle of 268.42º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #241238 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB361856-
CMYK0.360.6800.78
HSL268.42º51.35%14.51%-
HSV(B)268.42º67.86%21.96%-
XYZ1.661.093.87-
YUV27.71143.96133.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.73%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 56 (22.27% from 255) = 50.91%
R=32.73%
G=16.36%
B=50.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3618560.360.6800.78268.4251.3514.51
Hex241238244404E10c33f
Octal4422704410401164146317
Binary100100100101110001001001000100010011101000011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241238; }

 p { color: rgb(36,18,56); }

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

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

 a { background-color: rgb(36,18,56); }

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

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

 span { border-color: rgb(36,18,56); }

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