#411037

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

Shades of Blackberry #411037

Tints of Blackberry #411037

Color information

#411037 (or 0x411037) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 37. RGB value is (65,16,55). Sum of RGB (Red+Green+Blue) = 65+16+55=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411037 is #BEEFC8. Grayscale: #222222. Windows color (decimal): -12513225 or 3608641. OLE color: 3608641.

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

Color convert

RGB651655-
CMYK00.750.150.75
HSL312.24º60.49%15.88%-
HSV(B)312.24º75.38%25.49%-
XYZ3.051.773.8-
YUV35.1139.23149.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 55 (21.88% from 255) = 40.44%
R=47.79%
G=11.76%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65165500.750.150.75312.2460.4915.88
Hex41103704BF4B1383c10
Octal10120670113171134707420
Binary100000110000110111010010111111100101110011100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411037; }

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

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

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

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

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

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

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

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