#240035

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

Shades of Blackcurrant #240035

Tints of Blackcurrant #240035

Color information

#240035 (or 0x240035) is unknown color: approx Blackcurrant. HEX triplet: 24, 00 and 35. RGB value is (36,0,53). Sum of RGB (Red+Green+Blue) = 36+0+53=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #240035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240035 is #DBFFCA. Grayscale: #101010. Windows color (decimal): -14417867 or 3473444. OLE color: 3473444.

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

Color convert

RGB36053-
CMYK0.32100.79
HSL280.75º100%10.39%-
HSV(B)280.75º100%20.78%-
XYZ1.370.633.42-
YUV16.81148.43141.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 59.55%
R=40.45%
G=0%
B=59.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal360530.32100.79280.7510010.39
Hex24035206404F11964a
Octal4406540144011743114412
Binary100100011010110000011001000100111110001100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240035; }

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

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

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

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

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

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

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

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