#41041F

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

Shades of Blackberry #41041F

Tints of Blackberry #41041F

Color information

#41041F (or 0x41041F) is unknown color: approx Blackberry. HEX triplet: 41, 04 and 1F. RGB value is (65,4,31). Sum of RGB (Red+Green+Blue) = 65+4+31=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41041F is #BEFBE0. Grayscale: #191919. Windows color (decimal): -12516321 or 2032705. OLE color: 2032705.

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

Color convert

RGB65431-
CMYK00.940.520.75
HSL333.44º88.41%13.53%-
HSV(B)333.44º93.85%25.49%-
XYZ2.471.311.42-
YUV25.32131.21156.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 4 (1.95% from 255) = 4%
BLUE value IS 31 (12.5% from 255) = 31%
R=65%
G=4%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6543100.940.520.75333.4488.4113.53
Hex4141F05E344B14d58e
Octal10143701366411351513016
Binary10000011001111101011110110100100101110100110110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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