#41092E

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

Shades of Blackberry #41092E

Tints of Blackberry #41092E

Color information

#41092E (or 0x41092E) is unknown color: approx Blackberry. HEX triplet: 41, 09 and 2E. RGB value is (65,9,46). Sum of RGB (Red+Green+Blue) = 65+9+46=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #41092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41092E is #BEF6D1. Grayscale: #1D1D1D. Windows color (decimal): -12515026 or 3017025. OLE color: 3017025.

HSL color Cylindrical-coordinate representation of color #41092E: hue angle of 320.36º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41092E is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB65946-
CMYK00.860.290.75
HSL320.36º75.68%14.51%-
HSV(B)320.36º86.15%25.49%-
XYZ2.771.522.73-
YUV29.96137.05152.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 46 (18.36% from 255) = 38.33%
R=54.17%
G=7.5%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6594600.860.290.75320.3675.6814.51
Hex4192E0561D4B1404cf
Octal101115601263511350011417
Binary100000110011011100101011011101100101110100000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41092E; }

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

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

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

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

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

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

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

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