#41082E

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

Shades of Blackberry #41082E

Tints of Blackberry #41082E

Color information

#41082E (or 0x41082E) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 2E. RGB value is (65,8,46). Sum of RGB (Red+Green+Blue) = 65+8+46=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #41082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41082E is #BEF7D1. Grayscale: #1D1D1D. Windows color (decimal): -12515282 or 3016769. OLE color: 3016769.

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

Color convert

RGB65846-
CMYK00.880.290.75
HSL320º78.08%14.31%-
HSV(B)320º87.69%25.49%-
XYZ2.761.492.73-
YUV29.38137.38153.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=54.62%
G=6.72%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6584600.880.290.7532078.0814.31
Hex4182E0581D4B1404ee
Octal101105601303511350011616
Binary100000110001011100101100011101100101110100000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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