#24133D

Color #24133D Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #24133D

Tints of Blackcurrant #24133D

Color information

#24133D (or 0x24133D) is unknown color: approx 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

RGB361961-
CMYK0.410.6900.76
HSL264.29º52.5%15.69%-
HSV(B)264.29º68.85%23.92%-
XYZ1.81.184.55-
YUV28.87146.13133.08-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3619610.410.6900.76264.2952.515.69
Hex24133D294504C1083410
Octal4423755110501144106420
Binary1001001001111110110100110001010100110010000100011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>