Html Css Color HEX #24014A Blackcurrant

📋 copy color: '#24014A'

red 36 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #24014A

Tints of Blackcurrant #24014A

RGB

 RED value IS 36 (14.45% from 255) = 32.43%

 GREEN value IS 1 (0.78% from 255) = 0.9%

 BLUE value IS 74 (29.3% from 255) = 66.67%

R = 32.43%
G = 0.9%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24014A (or 0x24014A) is known color: Blackcurrant. HEX triplet: 24, 01 and 4A. RGB value is (36,1,74). Sum of RGB (Red+Green+Blue) = 36+1+74=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #24014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24014A is #DBFEB5. Grayscale: #131313. Windows color (decimal): -14417590 or 4849956. OLE color: 4849956.

HSL color Cylindrical-coordinate representation of color #24014A: hue angle of 268.77º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24014A is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 1 74 -
CMYK 0.51 0.99 0 0.71
HSL 268.77º 0.97% 0.15% -
HSV(B) 268.77º 0.99% 0.29% -
XYZ 1.97 0.89 6.55 -
YUV 19.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 36 1 74 0.51 0.99 0 0.71 268.77 0.97 0.15
Hex 24 1 4A 33 63 0 47 10D 61 F
Octal 44 1 112 63 143 0 107 415 141 17
Binary 100100 1 1001010 110011 1100011 0 1000111 100001101 1100001 1111

Color Harmonies of #24014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24014A

Black with #24014A

Text Example


Text Example

White with #24014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,1,74); }

 H1.HeaderClassName
 {
   color: #24014A;
 }
 .AnyTagClassName
 {
   color: #24014A;
 }
</style>

background-color css

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

 a { background-color: rgb(36,1,74); }

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

border-color css

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

 span { border-color: rgb(36,1,74); }

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