#24053A

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

Shades of Blackcurrant #24053A

Tints of Blackcurrant #24053A

Color information

#24053A (or 0x24053A) is unknown color: approx Blackcurrant. HEX triplet: 24, 05 and 3A. RGB value is (36,5,58). Sum of RGB (Red+Green+Blue) = 36+5+58=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #24053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24053A is #DBFAC5. Grayscale: #141414. Windows color (decimal): -14416582 or 3802404. OLE color: 3802404.

HSL color Cylindrical-coordinate representation of color #24053A: hue angle of 275.09º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #24053A is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB36558-
CMYK0.380.9100.77
HSL275.09º84.13%12.35%-
HSV(B)275.09º91.38%22.75%-
XYZ1.550.794.07-
YUV20.31149.27139.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.36%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 58 (23.05% from 255) = 58.59%
R=36.36%
G=5.05%
B=58.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal365580.380.9100.77275.0984.1312.35
Hex2453A265B04D11354c
Octal4457246133011542312414
Binary10010010111101010011010110110100110110001001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24053A; }

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

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

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

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

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

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

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

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