#41172F

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

Shades of Blackberry #41172F

Tints of Blackberry #41172F

Color information

#41172F (or 0x41172F) is unknown color: approx Blackberry. HEX triplet: 41, 17 and 2F. RGB value is (65,23,47). Sum of RGB (Red+Green+Blue) = 65+23+47=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41172F is #BEE8D0. Grayscale: #262626. Windows color (decimal): -12511441 or 3086145. OLE color: 3086145.

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

Color convert

RGB652347-
CMYK00.650.280.75
HSL325.71º47.73%17.25%-
HSV(B)325.71º64.62%25.49%-
XYZ31.942.91-
YUV38.29132.91147.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=48.15%
G=17.04%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65234700.650.280.75325.7147.7317.25
Hex41172F0411C4B1463011
Octal10127570101341135066021
Binary1000001101111011110100000111100100101110100011011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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