#410235

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

Shades of Blackberry #410235

Tints of Blackberry #410235

Color information

#410235 (or 0x410235) is unknown color: approx Blackberry. HEX triplet: 41, 02 and 35. RGB value is (65,2,53). Sum of RGB (Red+Green+Blue) = 65+2+53=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #410235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410235 is #BEFDCA. Grayscale: #1A1A1A. Windows color (decimal): -12516811 or 3473985. OLE color: 3473985.

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

Color convert

RGB65253-
CMYK00.970.180.75
HSL311.43º94.03%13.14%-
HSV(B)311.43º96.92%25.49%-
XYZ2.841.423.49-
YUV26.65142.87155.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 53 (21.09% from 255) = 44.17%
R=54.17%
G=1.67%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6525300.970.180.75311.4394.0313.14
Hex41235061124B1375ed
Octal10126501412211346713615
Binary1000001101101010110000110010100101110011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410235; }

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

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

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

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

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

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

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

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