Html Css Color HEX #24014E Blackcurrant

📋 copy color: '#24014E'

red 36 ◦ green 1 ◦ blue 78

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

Shades of Blackcurrant #24014E

Tints of Blackcurrant #24014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 67.83%

R = 31.3%
G = 0.87%
B = 67.83%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#24014E (or 0x24014E) is known color: Blackcurrant. HEX triplet: 24, 01 and 4E. RGB value is (36,1,78). Sum of RGB (Red+Green+Blue) = 36+1+78=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #24014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24014E is #DBFEB1. Grayscale: #131313. Windows color (decimal): -14417586 or 5112100. OLE color: 5112100.

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

Color convert

RGB 36 1 78 -
CMYK 0.54 0.99 0 0.69
HSL 267.27º 0.97% 0.15% -
HSV(B) 267.27º 0.99% 0.31% -
XYZ 2.11 0.95 7.28 -
YUV 20.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 36 1 78 0.54 0.99 0 0.69 267.27 0.97 0.15
Hex 24 1 4E 36 63 0 45 10B 61 F
Octal 44 1 116 66 143 0 105 413 141 17
Binary 100100 1 1001110 110110 1100011 0 1000101 100001011 1100001 1111

Color Harmonies of #24014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24014E

Black with #24014E

Text Example


Text Example

White with #24014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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