#411729

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

Shades of Blackberry #411729

Tints of Blackberry #411729

Color information

#411729 (or 0x411729) is unknown color: approx Blackberry. HEX triplet: 41, 17 and 29. RGB value is (65,23,41). Sum of RGB (Red+Green+Blue) = 65+23+41=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #411729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411729 is #BEE8D6. Grayscale: #252525. Windows color (decimal): -12511447 or 2692929. OLE color: 2692929.

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

Color convert

RGB652341-
CMYK00.650.370.75
HSL334.29º47.73%17.25%-
HSV(B)334.29º64.62%25.49%-
XYZ2.891.92.31-
YUV37.61129.91147.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=50.39%
G=17.83%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65234100.650.370.75334.2947.7317.25
Hex411729041254B14e3011
Octal10127510101451135166021
Binary10000011011110100101000001100101100101110100111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411729; }

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

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

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

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

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

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

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

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