Html Css Color HEX #24023A Blackcurrant

📋 copy color: '#24023A'

red 36 ◦ green 2 ◦ blue 58

#24023A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #24023A

Tints of Blackcurrant #24023A

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 value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#24023A (or 0x24023A) is known color: 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

RGB 36 2 58 -
CMYK 0.38 0.97 0 0.77
HSL 276.43º 0.93% 0.12% -
HSV(B) 276.43º 0.97% 0.23% -
XYZ 1.51 0.72 4.06 -
YUV 18.55 150.26 140.45 -
System Red Green Blue C M Y K H S L
Decimal 36 2 58 0.38 0.97 0 0.77 276.43 0.93 0.12
Hex 24 2 3A 26 61 0 4D 114 5D C
Octal 44 2 72 46 141 0 115 424 135 14
Binary 100100 10 111010 100110 1100001 0 1001101 100010100 1011101 1100

Color Harmonies of #24023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24023A

Black with #24023A

Text Example


Text Example

White with #24023A

Text Example


Text Example

HTML Codes & Css Web 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>