#41244B

Color #41244B Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #41244B

Tints of Scarlet Gum #41244B

Color information

#41244B (or 0x41244B) is unknown color: approx Scarlet Gum. HEX triplet: 41, 24 and 4B. RGB value is (65,36,75). Sum of RGB (Red+Green+Blue) = 65+36+75=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #41244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41244B is #BEDBB4. Grayscale: #303030. Windows color (decimal): -12508085 or 4924481. OLE color: 4924481.

HSL color Cylindrical-coordinate representation of color #41244B: hue angle of 284.62º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41244B is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB653675-
CMYK0.130.5200.71
HSL284.62º35.14%21.76%-
HSV(B)284.62º52%29.41%-
XYZ4.082.897-
YUV49.12142.61139.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=36.93%
G=20.45%
B=42.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6536750.130.5200.71284.6235.1421.76
Hex41244BD3404711d2316
Octal10144113156401074354326
Binary1000001100100100101111011101000100011110001110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,36,75); }

 H1.HeaderClassName
 {
   color: #41244B;
 }
 .AnyTagClassName
 {
   color: #41244B;
 }
</style>
background-color css

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

 a { background-color: rgb(65,36,75); }

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

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

 span { border-color: rgb(65,36,75); }

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