#410131

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

Shades of Blackberry #410131

Tints of Blackberry #410131

Color information

#410131 (or 0x410131) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 31. RGB value is (65,1,49). Sum of RGB (Red+Green+Blue) = 65+1+49=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #410131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410131 is #BEFECE. Grayscale: #191919. Windows color (decimal): -12517071 or 3211585. OLE color: 3211585.

HSL color Cylindrical-coordinate representation of color #410131: hue angle of 315º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410131 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB65149-
CMYK00.980.250.75
HSL315º96.97%12.94%-
HSV(B)315º98.46%25.49%-
XYZ2.751.373.02-
YUV25.61141.2156.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=56.52%
G=0.87%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6514900.980.250.7531596.9712.94
Hex41131062194B13b61d
Octal10116101423111347314115
Binary100000111100010110001011001100101110011101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410131; }

 p { color: rgb(65,1,49); }

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

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

 a { background-color: rgb(65,1,49); }

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

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

 span { border-color: rgb(65,1,49); }

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