#240138

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

Shades of Blackcurrant #240138

Tints of Blackcurrant #240138

Color information

#240138 (or 0x240138) is unknown color: approx Blackcurrant. HEX triplet: 24, 01 and 38. RGB value is (36,1,56). Sum of RGB (Red+Green+Blue) = 36+1+56=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #240138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240138 is #DBFEC7. Grayscale: #111111. Windows color (decimal): -14417608 or 3670308. OLE color: 3670308.

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

Color convert

RGB36156-
CMYK0.360.9800.78
HSL278.18º96.49%11.18%-
HSV(B)278.18º98.21%21.96%-
XYZ1.450.683.8-
YUV17.74149.6141.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 56 (22.27% from 255) = 60.22%
R=38.71%
G=1.08%
B=60.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal361560.360.9800.78278.1896.4911.18
Hex24138246204E11660b
Octal4417044142011642614013
Binary100100111100010010011000100100111010001011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240138; }

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

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

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

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

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

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

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

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