#240642

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

Shades of Blackcurrant #240642

Tints of Blackcurrant #240642

Color information

#240642 (or 0x240642) is unknown color: approx Blackcurrant. HEX triplet: 24, 06 and 42. RGB value is (36,6,66). Sum of RGB (Red+Green+Blue) = 36+6+66=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 66 (26.17% from 255 or 61.11% from 108); Max value from RGB is 66 - color contains mainly: blue. Hex color #240642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240642 is #DBF9BD. Grayscale: #151515. Windows color (decimal): -14416318 or 4326948. OLE color: 4326948.

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

Color convert

RGB36666-
CMYK0.450.9100.74
HSL270º83.33%14.12%-
HSV(B)270º90.91%25.88%-
XYZ1.780.95.23-
YUV21.81152.94138.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.33%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 66 (26.17% from 255) = 61.11%
R=33.33%
G=5.56%
B=61.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366660.450.9100.7427083.3314.12
Hex246422D5B04A10e53e
Octal44610255133011241612316
Binary100100110100001010110110110110100101010000111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240642; }

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

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

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

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

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

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

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

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