#41081E

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

Shades of Blackberry #41081E

Tints of Blackberry #41081E

Color information

#41081E (or 0x41081E) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 1E. RGB value is (65,8,30). Sum of RGB (Red+Green+Blue) = 65+8+30=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #41081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41081E is #BEF7E1. Grayscale: #1B1B1B. Windows color (decimal): -12515298 or 1968193. OLE color: 1968193.

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

Color convert

RGB65830-
CMYK00.880.540.75
HSL336.84º78.08%14.31%-
HSV(B)336.84º87.69%25.49%-
XYZ2.51.391.37-
YUV27.55129.38154.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 8 (3.52% from 255) = 7.77%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=63.11%
G=7.77%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6583000.880.540.75336.8478.0814.31
Hex4181E058364B1514ee
Octal101103601306611352111616
Binary100000110001111001011000110110100101110101000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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