Html Css Color HEX #24133D Blackcurrant

📋 copy color: '#24133D'

red 36 ◦ green 19 ◦ blue 61

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

Shades of Blackcurrant #24133D

Tints of Blackcurrant #24133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 52.59%

R = 31.03%
G = 16.38%
B = 52.59%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#24133D (or 0x24133D) is known color: Blackcurrant. HEX triplet: 24, 13 and 3D. RGB value is (36,19,61). Sum of RGB (Red+Green+Blue) = 36+19+61=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #24133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24133D is #DBECC2. Grayscale: #1C1C1C. Windows color (decimal): -14412995 or 4002596. OLE color: 4002596.

HSL color Cylindrical-coordinate representation of color #24133D: hue angle of 264.29º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24133D is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 36 19 61 -
CMYK 0.41 0.69 0 0.76
HSL 264.29º 0.53% 0.16% -
HSV(B) 264.29º 0.69% 0.24% -
XYZ 1.8 1.18 4.55 -
YUV 28.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 36 19 61 0.41 0.69 0 0.76 264.29 0.53 0.16
Hex 24 13 3D 29 45 0 4C 108 34 10
Octal 44 23 75 51 105 0 114 410 64 20
Binary 100100 10011 111101 101001 1000101 0 1001100 100001000 110100 10000

Color Harmonies of #24133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24133D

Black with #24133D

Text Example


Text Example

White with #24133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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