#411124

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

Shades of Blackberry #411124

Tints of Blackberry #411124

Color information

#411124 (or 0x411124) is unknown color: approx Blackberry. HEX triplet: 41, 11 and 24. RGB value is (65,17,36). Sum of RGB (Red+Green+Blue) = 65+17+36=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #411124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411124 is #BEEEDB. Grayscale: #212121. Windows color (decimal): -12512988 or 2363713. OLE color: 2363713.

HSL color Cylindrical-coordinate representation of color #411124: hue angle of 336.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411124 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB651736-
CMYK00.740.450.75
HSL336.25º58.54%16.08%-
HSV(B)336.25º73.85%25.49%-
XYZ2.71.651.85-
YUV33.52129.4150.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=55.08%
G=14.41%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65173600.740.450.75336.2558.5416.08
Hex41112404A2D4B1503b10
Octal10121440112551135207320
Binary10000011000110010001001010101101100101110101000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411124; }

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

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

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

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

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

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

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

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