#410637

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

Shades of Blackberry #410637

Tints of Blackberry #410637

Color information

#410637 (or 0x410637) is unknown color: approx Blackberry. HEX triplet: 41, 06 and 37. RGB value is (65,6,55). Sum of RGB (Red+Green+Blue) = 65+6+55=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #410637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410637 is #BEF9C8. Grayscale: #1D1D1D. Windows color (decimal): -12515785 or 3606081. OLE color: 3606081.

HSL color Cylindrical-coordinate representation of color #410637: hue angle of 310.17º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410637 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB65655-
CMYK00.910.150.75
HSL310.17º83.1%13.92%-
HSV(B)310.17º90.77%25.49%-
XYZ2.931.533.76-
YUV29.23142.55153.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 55 (21.88% from 255) = 43.65%
R=51.59%
G=4.76%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6565500.910.150.75310.1783.113.92
Hex4163705BF4B13653e
Octal10166701331711346612316
Binary1000001110110111010110111111100101110011011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410637; }

 p { color: rgb(65,6,55); }

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

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

 a { background-color: rgb(65,6,55); }

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

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

 span { border-color: rgb(65,6,55); }

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