#24023A

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

Shades of Blackcurrant #24023A

Tints of Blackcurrant #24023A

Color information

#24023A (or 0x24023A) is unknown color: approx Blackcurrant. HEX triplet: 24, 02 and 3A. RGB value is (36,2,58). Sum of RGB (Red+Green+Blue) = 36+2+58=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #24023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24023A is #DBFDC5. Grayscale: #121212. Windows color (decimal): -14417350 or 3801636. OLE color: 3801636.

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

Color convert

RGB36258-
CMYK0.380.9700.77
HSL276.43º93.33%11.76%-
HSV(B)276.43º96.55%22.75%-
XYZ1.510.724.06-
YUV18.55150.26140.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 58 (23.05% from 255) = 60.42%
R=37.5%
G=2.08%
B=60.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal362580.380.9700.77276.4393.3311.76
Hex2423A266104D1145dc
Octal4427246141011542413514
Binary1001001011101010011011000010100110110001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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