#41042E

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

Shades of Blackberry #41042E

Tints of Blackberry #41042E

Color information

#41042E (or 0x41042E) is unknown color: approx Blackberry. HEX triplet: 41, 04 and 2E. RGB value is (65,4,46). Sum of RGB (Red+Green+Blue) = 65+4+46=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41042E is #BEFBD1. Grayscale: #1A1A1A. Windows color (decimal): -12516306 or 3015745. OLE color: 3015745.

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

Color convert

RGB65446-
CMYK00.940.290.75
HSL318.69º88.41%13.53%-
HSV(B)318.69º93.85%25.49%-
XYZ2.721.412.71-
YUV27.03138.71155.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 46 (18.36% from 255) = 40%
R=56.52%
G=3.48%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6544600.940.290.75318.6988.4113.53
Hex4142E05E1D4B13f58e
Octal10145601363511347713016
Binary10000011001011100101111011101100101110011111110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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