Html Css Color HEX #24133A Blackcurrant

📋 copy color: '#24133A'

red 36 ◦ green 19 ◦ blue 58

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

Shades of Blackcurrant #24133A

Tints of Blackcurrant #24133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.81%

 BLUE value IS 58 (23.05% from 255) = 51.33%

R = 31.86%
G = 16.81%
B = 51.33%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#24133A (or 0x24133A) is known color: Blackcurrant. HEX triplet: 24, 13 and 3A. RGB value is (36,19,58). Sum of RGB (Red+Green+Blue) = 36+19+58=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #24133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24133A is #DBECC5. Grayscale: #1C1C1C. Windows color (decimal): -14412998 or 3805988. OLE color: 3805988.

HSL color Cylindrical-coordinate representation of color #24133A: hue angle of 266.15º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24133A is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 36 19 58 -
CMYK 0.38 0.67 0 0.77
HSL 266.15º 0.51% 0.15% -
HSV(B) 266.15º 0.67% 0.23% -
XYZ 1.72 1.15 4.13 -
YUV 28.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 36 19 58 0.38 0.67 0 0.77 266.15 0.51 0.15
Hex 24 13 3A 26 43 0 4D 10A 33 F
Octal 44 23 72 46 103 0 115 412 63 17
Binary 100100 10011 111010 100110 1000011 0 1001101 100001010 110011 1111

Color Harmonies of #24133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24133A

Black with #24133A

Text Example


Text Example

White with #24133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,19,58); }

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

background-color css

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

 a { background-color: rgb(36,19,58); }

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

border-color css

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

 span { border-color: rgb(36,19,58); }

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