#240335

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

Shades of Blackcurrant #240335

Tints of Blackcurrant #240335

Color information

#240335 (or 0x240335) is unknown color: approx Blackcurrant. HEX triplet: 24, 03 and 35. RGB value is (36,3,53). Sum of RGB (Red+Green+Blue) = 36+3+53=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #240335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240335 is #DBFCCA. Grayscale: #121212. Windows color (decimal): -14417099 or 3474212. OLE color: 3474212.

HSL color Cylindrical-coordinate representation of color #240335: hue angle of 279.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240335 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB36353-
CMYK0.320.9400.79
HSL279.6º89.29%10.98%-
HSV(B)279.6º94.34%20.78%-
XYZ1.40.73.43-
YUV18.57147.43140.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 53 (21.09% from 255) = 57.61%
R=39.13%
G=3.26%
B=57.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal363530.320.9400.79279.689.2910.98
Hex24335205E04F11859b
Octal4436540136011743013113
Binary1001001111010110000010111100100111110001100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240335; }

 p { color: rgb(36,3,53); }

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

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

 a { background-color: rgb(36,3,53); }

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

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

 span { border-color: rgb(36,3,53); }

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