#41082A

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

Shades of Blackberry #41082A

Tints of Blackberry #41082A

Color information

#41082A (or 0x41082A) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 2A. RGB value is (65,8,42). Sum of RGB (Red+Green+Blue) = 65+8+42=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41082A is #BEF7D5. Grayscale: #1C1C1C. Windows color (decimal): -12515286 or 2754625. OLE color: 2754625.

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

Color convert

RGB65842-
CMYK00.880.350.75
HSL324.21º78.08%14.31%-
HSV(B)324.21º87.69%25.49%-
XYZ2.681.462.33-
YUV28.92135.38153.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=56.52%
G=6.96%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6584200.880.350.75324.2178.0814.31
Hex4182A058234B1444ee
Octal101105201304311350411616
Binary1000001100010101001011000100011100101110100010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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