#240A3D

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

Shades of Blackcurrant #240A3D

Tints of Blackcurrant #240A3D

Color information

#240A3D (or 0x240A3D) is unknown color: approx Blackcurrant. HEX triplet: 24, 0A and 3D. RGB value is (36,10,61). Sum of RGB (Red+Green+Blue) = 36+10+61=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #240A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A3D is #DBF5C2. Grayscale: #171717. Windows color (decimal): -14415299 or 4000292. OLE color: 4000292.

HSL color Cylindrical-coordinate representation of color #240A3D: hue angle of 270.59º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #240A3D is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB361061-
CMYK0.410.8400.76
HSL270.59º71.83%13.92%-
HSV(B)270.59º83.61%23.92%-
XYZ1.680.934.51-
YUV23.59149.11136.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.64%
GREEN value IS 10 (4.30% from 255) = 9.35%
BLUE value IS 61 (24.22% from 255) = 57.01%
R=33.64%
G=9.35%
B=57.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3610610.410.8400.76270.5971.8313.92
Hex24A3D295404C10f48e
Octal44127551124011441711016
Binary100100101011110110100110101000100110010000111110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A3D; }

 p { color: rgb(36,10,61); }

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

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

 a { background-color: rgb(36,10,61); }

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

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

 span { border-color: rgb(36,10,61); }

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