#41172D

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

Shades of Blackberry #41172D

Tints of Blackberry #41172D

Color information

#41172D (or 0x41172D) is unknown color: approx Blackberry. HEX triplet: 41, 17 and 2D. RGB value is (65,23,45). Sum of RGB (Red+Green+Blue) = 65+23+45=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41172D is #BEE8D2. Grayscale: #262626. Windows color (decimal): -12511443 or 2955073. OLE color: 2955073.

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

Color convert

RGB652345-
CMYK00.650.310.75
HSL328.57º47.73%17.25%-
HSV(B)328.57º64.62%25.49%-
XYZ2.961.932.7-
YUV38.07131.91147.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=48.87%
G=17.29%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65234500.650.310.75328.5747.7317.25
Hex41172D0411F4B1493011
Octal10127550101371135116021
Binary1000001101111011010100000111111100101110100100111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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