#41041E

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

Shades of Blackberry #41041E

Tints of Blackberry #41041E

Color information

#41041E (or 0x41041E) is unknown color: approx Blackberry. HEX triplet: 41, 04 and 1E. RGB value is (65,4,30). Sum of RGB (Red+Green+Blue) = 65+4+30=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #41041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41041E is #BEFBE1. Grayscale: #191919. Windows color (decimal): -12516322 or 1967169. OLE color: 1967169.

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

Color convert

RGB65430-
CMYK00.940.540.75
HSL334.43º88.41%13.53%-
HSV(B)334.43º93.85%25.49%-
XYZ2.461.31.35-
YUV25.2130.71156.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65.66%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=65.66%
G=4.04%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6543000.940.540.75334.4388.4113.53
Hex4141E05E364B14e58e
Octal10143601366611351613016
Binary10000011001111001011110110110100101110100111010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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