#410035

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

Shades of Blackberry #410035

Tints of Blackberry #410035

Color information

#410035 (or 0x410035) is unknown color: approx Blackberry. HEX triplet: 41, 00 and 35. RGB value is (65,0,53). Sum of RGB (Red+Green+Blue) = 65+0+53=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #410035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410035 is #BEFFCA. Grayscale: #191919. Windows color (decimal): -12517323 or 3473473. OLE color: 3473473.

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

Color convert

RGB65053-
CMYK010.180.75
HSL311.08º100%12.75%-
HSV(B)311.08º100%25.49%-
XYZ2.821.383.49-
YUV25.48143.53156.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 44.92%
R=55.08%
G=0%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65053010.180.75311.0810012.75
Hex41035064124B13764d
Octal10106501442211346714415
Binary100000101101010110010010010100101110011011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410035; }

 p { color: rgb(65,0,53); }

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

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

 a { background-color: rgb(65,0,53); }

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

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

 span { border-color: rgb(65,0,53); }

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