#240A3A

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

Shades of Blackcurrant #240A3A

Tints of Blackcurrant #240A3A

Color information

#240A3A (or 0x240A3A) is unknown color: approx Blackcurrant. HEX triplet: 24, 0A and 3A. RGB value is (36,10,58). Sum of RGB (Red+Green+Blue) = 36+10+58=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #240A3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A3A is #DBF5C5. Grayscale: #171717. Windows color (decimal): -14415302 or 3803684. OLE color: 3803684.

HSL color Cylindrical-coordinate representation of color #240A3A: hue angle of 272.5º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240A3A is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB361058-
CMYK0.380.8300.77
HSL272.5º70.59%13.33%-
HSV(B)272.5º82.76%22.75%-
XYZ1.60.94.09-
YUV23.25147.61137.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.62%
GREEN value IS 10 (4.30% from 255) = 9.62%
BLUE value IS 58 (23.05% from 255) = 55.77%
R=34.62%
G=9.62%
B=55.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3610580.380.8300.77272.570.5913.33
Hex24A3A265304D11047d
Octal44127246123011542010715
Binary100100101011101010011010100110100110110001000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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