#240842

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

Shades of Blackcurrant #240842

Tints of Blackcurrant #240842

Color information

#240842 (or 0x240842) is unknown color: approx Blackcurrant. HEX triplet: 24, 08 and 42. RGB value is (36,8,66). Sum of RGB (Red+Green+Blue) = 36+8+66=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #240842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240842 is #DBF7BD. Grayscale: #161616. Windows color (decimal): -14415806 or 4327460. OLE color: 4327460.

HSL color Cylindrical-coordinate representation of color #240842: hue angle of 268.97º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #240842 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB36866-
CMYK0.450.8800.74
HSL268.97º78.38%14.51%-
HSV(B)268.97º87.88%25.88%-
XYZ1.80.945.24-
YUV22.98152.28137.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.73%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 66 (26.17% from 255) = 60%
R=32.73%
G=7.27%
B=60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal368660.450.8800.74268.9778.3814.51
Hex248422D5804A10d4ef
Octal441010255130011241511617
Binary1001001000100001010110110110000100101010000110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240842; }

 p { color: rgb(36,8,66); }

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

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

 a { background-color: rgb(36,8,66); }

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

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

 span { border-color: rgb(36,8,66); }

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