#411C2E

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

Shades of Blackberry #411C2E

Tints of Blackberry #411C2E

Color information

#411C2E (or 0x411C2E) is unknown color: approx Blackberry. HEX triplet: 41, 1C and 2E. RGB value is (65,28,46). Sum of RGB (Red+Green+Blue) = 65+28+46=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #411C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C2E is #BEE3D1. Grayscale: #292929. Windows color (decimal): -12510162 or 3021889. OLE color: 3021889.

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

Color convert

RGB652846-
CMYK00.570.290.75
HSL330.81º39.78%18.24%-
HSV(B)330.81º56.92%25.49%-
XYZ3.092.152.84-
YUV41.11130.76145.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 28 (11.33% from 255) = 20.14%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=46.76%
G=20.14%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65284600.570.290.75330.8139.7818.24
Hex411C2E0391D4B14b2812
Octal1013456071351135135022
Binary100000111100101110011100111101100101110100101110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,28,46); }

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

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

 a { background-color: rgb(65,28,46); }

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

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

 span { border-color: rgb(65,28,46); }

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