#41091F

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

Shades of Blackberry #41091F

Tints of Blackberry #41091F

Color information

#41091F (or 0x41091F) is unknown color: approx Blackberry. HEX triplet: 41, 09 and 1F. RGB value is (65,9,31). Sum of RGB (Red+Green+Blue) = 65+9+31=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #41091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41091F is #BEF6E0. Grayscale: #1C1C1C. Windows color (decimal): -12515041 or 2033985. OLE color: 2033985.

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

Color convert

RGB65931-
CMYK00.860.520.75
HSL336.43º75.68%14.51%-
HSV(B)336.43º86.15%25.49%-
XYZ2.521.421.44-
YUV28.25129.55154.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=61.90%
G=8.57%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6593100.860.520.75336.4375.6814.51
Hex4191F056344B1504cf
Octal101113701266411352011417
Binary100000110011111101010110110100100101110101000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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