#41082D

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

Shades of Blackberry #41082D

Tints of Blackberry #41082D

Color information

#41082D (or 0x41082D) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 2D. RGB value is (65,8,45). Sum of RGB (Red+Green+Blue) = 65+8+45=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #41082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41082D is #BEF7D2. Grayscale: #1D1D1D. Windows color (decimal): -12515283 or 2951233. OLE color: 2951233.

HSL color Cylindrical-coordinate representation of color #41082D: hue angle of 321.05º 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 #41082D is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB65845-
CMYK00.880.310.75
HSL321.05º78.08%14.31%-
HSV(B)321.05º87.69%25.49%-
XYZ2.741.492.63-
YUV29.26136.88153.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 45 (17.97% from 255) = 38.14%
R=55.08%
G=6.78%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6584500.880.310.75321.0578.0814.31
Hex4182D0581F4B1414ee
Octal101105501303711350111616
Binary100000110001011010101100011111100101110100000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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