Html Css Color HEX #24064A Blackcurrant

📋 copy color: '#24064A'

red 36 ◦ green 6 ◦ blue 74

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

Shades of Blackcurrant #24064A

Tints of Blackcurrant #24064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.17%

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

R = 31.03%
G = 5.17%
B = 63.79%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24064A (or 0x24064A) is known color: Blackcurrant. HEX triplet: 24, 06 and 4A. RGB value is (36,6,74). Sum of RGB (Red+Green+Blue) = 36+6+74=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #24064A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24064A is #DBF9B5. Grayscale: #161616. Windows color (decimal): -14416310 or 4851236. OLE color: 4851236.

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

Color convert

RGB 36 6 74 -
CMYK 0.51 0.92 0 0.71
HSL 266.47º 0.85% 0.16% -
HSV(B) 266.47º 0.92% 0.29% -
XYZ 2.03 1 6.56 -
YUV 22.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 36 6 74 0.51 0.92 0 0.71 266.47 0.85 0.16
Hex 24 6 4A 33 5C 0 47 10A 55 10
Octal 44 6 112 63 134 0 107 412 125 20
Binary 100100 110 1001010 110011 1011100 0 1000111 100001010 1010101 10000

Color Harmonies of #24064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24064A

Black with #24064A

Text Example


Text Example

White with #24064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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