Html Css Color HEX #24044D Blackcurrant

📋 copy color: '#24044D'

red 36 ◦ green 4 ◦ blue 77

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

Shades of Blackcurrant #24044D

Tints of Blackcurrant #24044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.42%

 BLUE value IS 77 (30.47% from 255) = 65.81%

R = 30.77%
G = 3.42%
B = 65.81%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24044D (or 0x24044D) is known color: Blackcurrant. HEX triplet: 24, 04 and 4D. RGB value is (36,4,77). Sum of RGB (Red+Green+Blue) = 36+4+77=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #24044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24044D is #DBFBB2. Grayscale: #151515. Windows color (decimal): -14416819 or 5047332. OLE color: 5047332.

HSL color Cylindrical-coordinate representation of color #24044D: hue angle of 266.3º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #24044D is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 4 77 -
CMYK 0.53 0.95 0 0.70
HSL 266.3º 0.9% 0.16% -
HSV(B) 266.3º 0.95% 0.3% -
XYZ 2.11 1 7.1 -
YUV 21.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 36 4 77 0.53 0.95 0 0.70 266.3 0.9 0.16
Hex 24 4 4D 35 5F 0 46 10A 5A 10
Octal 44 4 115 65 137 0 106 412 132 20
Binary 100100 100 1001101 110101 1011111 0 1000110 100001010 1011010 10000

Color Harmonies of #24044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24044D

Black with #24044D

Text Example


Text Example

White with #24044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24044D; }

 p { color: rgb(36,4,77); }

 H1.HeaderClassName
 {
   color: #24044D;
 }
 .AnyTagClassName
 {
   color: #24044D;
 }
</style>

background-color css

<style>
 a { background-color: #24044D; }

 a { background-color: rgb(36,4,77); }

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

border-color css

<style>
 span { border-color: #24044D; }

 span { border-color: rgb(36,4,77); }

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