#240A2E

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

Shades of Blackcurrant #240A2E

Tints of Blackcurrant #240A2E

Color information

#240A2E (or 0x240A2E) is unknown color: approx Blackcurrant. HEX triplet: 24, 0A and 2E. RGB value is (36,10,46). Sum of RGB (Red+Green+Blue) = 36+10+46=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #240A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A2E is #DBF5D1. Grayscale: #151515. Windows color (decimal): -14415314 or 3017252. OLE color: 3017252.

HSL color Cylindrical-coordinate representation of color #240A2E: hue angle of 283.33º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240A2E is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB361046-
CMYK0.220.7800.82
HSL283.33º64.29%10.98%-
HSV(B)283.33º78.26%18.04%-
XYZ1.330.792.67-
YUV21.88141.61138.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 10 (4.30% from 255) = 10.87%
BLUE value IS 46 (18.36% from 255) = 50%
R=39.13%
G=10.87%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3610460.220.7800.82283.3364.2910.98
Hex24A2E164E05211b40b
Octal44125626116012243310013
Binary10010010101011101011010011100101001010001101110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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