#41162F

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

Shades of Blackberry #41162F

Tints of Blackberry #41162F

Color information

#41162F (or 0x41162F) is unknown color: approx Blackberry. HEX triplet: 41, 16 and 2F. RGB value is (65,22,47). Sum of RGB (Red+Green+Blue) = 65+22+47=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41162F is #BEE9D0. Grayscale: #252525. Windows color (decimal): -12511697 or 3085889. OLE color: 3085889.

HSL color Cylindrical-coordinate representation of color #41162F: hue angle of 325.12º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41162F is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB652247-
CMYK00.660.280.75
HSL325.12º49.43%17.06%-
HSV(B)325.12º66.15%25.49%-
XYZ2.981.92.9-
YUV37.71133.25147.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=48.51%
G=16.42%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65224700.660.280.75325.1249.4317.06
Hex41162F0421C4B1453111
Octal10126570102341135056121
Binary1000001101101011110100001011100100101110100010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,22,47); }

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

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

 a { background-color: rgb(65,22,47); }

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

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

 span { border-color: rgb(65,22,47); }

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