#240038

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

Shades of Blackcurrant #240038

Tints of Blackcurrant #240038

Color information

#240038 (or 0x240038) is unknown color: approx Blackcurrant. HEX triplet: 24, 00 and 38. RGB value is (36,0,56). Sum of RGB (Red+Green+Blue) = 36+0+56=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #240038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240038 is #DBFFC7. Grayscale: #101010. Windows color (decimal): -14417864 or 3670052. OLE color: 3670052.

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

Color convert

RGB36056-
CMYK0.36100.78
HSL278.57º100%10.98%-
HSV(B)278.57º100%21.96%-
XYZ1.440.663.79-
YUV17.15149.93141.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 60.87%
R=39.13%
G=0%
B=60.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal360560.36100.78278.5710010.98
Hex24038246404E11764b
Octal4407044144011642714413
Binary100100011100010010011001000100111010001011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240038; }

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

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

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

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

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

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

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

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