Html Css Color HEX #24053B Blackcurrant

📋 copy color: '#24053B'

red 36 ◦ green 5 ◦ blue 59

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

Shades of Blackcurrant #24053B

Tints of Blackcurrant #24053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5%

 BLUE value IS 59 (23.44% from 255) = 59%

R = 36%
G = 5%
B = 59%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#24053B (or 0x24053B) is known color: Blackcurrant. HEX triplet: 24, 05 and 3B. RGB value is (36,5,59). Sum of RGB (Red+Green+Blue) = 36+5+59=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #24053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24053B is #DBFAC4. Grayscale: #141414. Windows color (decimal): -14416581 or 3867940. OLE color: 3867940.

HSL color Cylindrical-coordinate representation of color #24053B: hue angle of 274.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #24053B is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 36 5 59 -
CMYK 0.39 0.92 0 0.77
HSL 274.44º 0.84% 0.13% -
HSV(B) 274.44º 0.92% 0.23% -
XYZ 1.57 0.8 4.21 -
YUV 20.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 36 5 59 0.39 0.92 0 0.77 274.44 0.84 0.13
Hex 24 5 3B 27 5C 0 4D 112 54 D
Octal 44 5 73 47 134 0 115 422 124 15
Binary 100100 101 111011 100111 1011100 0 1001101 100010010 1010100 1101

Color Harmonies of #24053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24053B

Black with #24053B

Text Example


Text Example

White with #24053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24053B; }

 p { color: rgb(36,5,59); }

 H1.HeaderClassName
 {
   color: #24053B;
 }
 .AnyTagClassName
 {
   color: #24053B;
 }
</style>

background-color css

<style>
 a { background-color: #24053B; }

 a { background-color: rgb(36,5,59); }

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

border-color css

<style>
 span { border-color: #24053B; }

 span { border-color: rgb(36,5,59); }

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