#41172C

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

Shades of Blackberry #41172C

Tints of Blackberry #41172C

Color information

#41172C (or 0x41172C) is unknown color: approx Blackberry. HEX triplet: 41, 17 and 2C. RGB value is (65,23,44). Sum of RGB (Red+Green+Blue) = 65+23+44=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41172C is #BEE8D3. Grayscale: #252525. Windows color (decimal): -12511444 or 2889537. OLE color: 2889537.

HSL color Cylindrical-coordinate representation of color #41172C: hue angle of 330º 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 #41172C is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB652344-
CMYK00.650.320.75
HSL330º47.73%17.25%-
HSV(B)330º64.62%25.49%-
XYZ2.941.922.6-
YUV37.95131.41147.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=49.24%
G=17.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65234400.650.320.7533047.7317.25
Hex41172C041204B14a3011
Octal10127540101401135126021
Binary10000011011110110001000001100000100101110100101011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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