#411334

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

Shades of Blackberry #411334

Tints of Blackberry #411334

Color information

#411334 (or 0x411334) is unknown color: approx Blackberry. HEX triplet: 41, 13 and 34. RGB value is (65,19,52). Sum of RGB (Red+Green+Blue) = 65+19+52=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411334 is #BEECCB. Grayscale: #242424. Windows color (decimal): -12512460 or 3412801. OLE color: 3412801.

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

Color convert

RGB651952-
CMYK00.710.200.75
HSL316.96º54.76%16.47%-
HSV(B)316.96º70.77%25.49%-
XYZ3.031.843.44-
YUV36.52136.74148.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 52 (20.70% from 255) = 38.24%
R=47.79%
G=13.97%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65195200.710.200.75316.9654.7616.47
Hex411334047144B13d3710
Octal10123640107241134756720
Binary1000001100111101000100011110100100101110011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411334; }

 p { color: rgb(65,19,52); }

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

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

 a { background-color: rgb(65,19,52); }

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

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

 span { border-color: rgb(65,19,52); }

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