#411430

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

Shades of Blackberry #411430

Tints of Blackberry #411430

Color information

#411430 (or 0x411430) is unknown color: approx Blackberry. HEX triplet: 41, 14 and 30. RGB value is (65,20,48). Sum of RGB (Red+Green+Blue) = 65+20+48=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #411430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411430 is #BEEBCF. Grayscale: #242424. Windows color (decimal): -12512208 or 3150913. OLE color: 3150913.

HSL color Cylindrical-coordinate representation of color #411430: hue angle of 322.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #411430 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB652048-
CMYK00.690.260.75
HSL322.67º52.94%16.67%-
HSV(B)322.67º69.23%25.49%-
XYZ2.961.842.99-
YUV36.65134.41148.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=48.87%
G=15.04%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65204800.690.260.75322.6752.9416.67
Hex4114300451A4B1433511
Octal10124600105321135036521
Binary1000001101001100000100010111010100101110100001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411430; }

 p { color: rgb(65,20,48); }

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

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

 a { background-color: rgb(65,20,48); }

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

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

 span { border-color: rgb(65,20,48); }

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