#411D30

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

Shades of Blackberry #411D30

Tints of Blackberry #411D30

Color information

#411D30 (or 0x411D30) is unknown color: approx Blackberry. HEX triplet: 41, 1D and 30. RGB value is (65,29,48). Sum of RGB (Red+Green+Blue) = 65+29+48=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #411D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D30 is #BEE2CF. Grayscale: #292929. Windows color (decimal): -12509904 or 3153217. OLE color: 3153217.

HSL color Cylindrical-coordinate representation of color #411D30: hue angle of 328.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411D30 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB652948-
CMYK00.550.260.75
HSL328.33º38.3%18.43%-
HSV(B)328.33º55.38%25.49%-
XYZ3.152.223.06-
YUV41.93131.43144.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 29 (11.72% from 255) = 20.42%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=45.77%
G=20.42%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65294800.550.260.75328.3338.318.43
Hex411D300371A4B1482612
Octal1013560067321135104622
Binary100000111101110000011011111010100101110100100010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411D30; }

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

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

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

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

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

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

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

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