#41091D

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

Shades of Blackberry #41091D

Tints of Blackberry #41091D

Color information

#41091D (or 0x41091D) is unknown color: approx Blackberry. HEX triplet: 41, 09 and 1D. RGB value is (65,9,29). Sum of RGB (Red+Green+Blue) = 65+9+29=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #41091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41091D is #BEF6E2. Grayscale: #1C1C1C. Windows color (decimal): -12515043 or 1902913. OLE color: 1902913.

HSL color Cylindrical-coordinate representation of color #41091D: hue angle of 338.57º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41091D is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB65929-
CMYK00.860.550.75
HSL338.57º75.68%14.51%-
HSV(B)338.57º86.15%25.49%-
XYZ2.51.411.3-
YUV28.02128.55154.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=63.11%
G=8.74%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6592900.860.550.75338.5775.6814.51
Hex4191D056374B1534cf
Octal101113501266711352311417
Binary100000110011110101010110110111100101110101001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41091D; }

 p { color: rgb(65,9,29); }

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

<style>
 a { background-color: #41091D; }

 a { background-color: rgb(65,9,29); }

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

<style>
 span { border-color: #41091D; }

 span { border-color: rgb(65,9,29); }

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