#411933

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

Shades of Blackberry #411933

Tints of Blackberry #411933

Color information

#411933 (or 0x411933) is unknown color: approx Blackberry. HEX triplet: 41, 19 and 33. RGB value is (65,25,51). Sum of RGB (Red+Green+Blue) = 65+25+51=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #411933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411933 is #BEE6CC. Grayscale: #272727. Windows color (decimal): -12510925 or 3348801. OLE color: 3348801.

HSL color Cylindrical-coordinate representation of color #411933: hue angle of 321º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #411933 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB652551-
CMYK00.620.220.75
HSL321º44.44%17.65%-
HSV(B)321º61.54%25.49%-
XYZ3.132.063.36-
YUV39.92134.25145.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=46.10%
G=17.73%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65255100.620.220.7532144.4417.65
Hex41193303E164B1412c12
Octal1013163076261135015422
Binary100000111001110011011111010110100101110100000110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411933; }

 p { color: rgb(65,25,51); }

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

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

 a { background-color: rgb(65,25,51); }

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

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

 span { border-color: rgb(65,25,51); }

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