#410122

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

Shades of Blackberry #410122

Tints of Blackberry #410122

Color information

#410122 (or 0x410122) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 22. RGB value is (65,1,34). Sum of RGB (Red+Green+Blue) = 65+1+34=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #410122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410122 is #BEFEDD. Grayscale: #171717. Windows color (decimal): -12517086 or 2228545. OLE color: 2228545.

HSL color Cylindrical-coordinate representation of color #410122: hue angle of 329.06º 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 #410122 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB65134-
CMYK00.980.480.75
HSL329.06º96.97%12.94%-
HSV(B)329.06º98.46%25.49%-
XYZ2.481.261.63-
YUV23.9133.7157.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 34 (13.67% from 255) = 34%
R=65%
G=1%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6513400.980.480.75329.0696.9712.94
Hex41122062304B14961d
Octal10114201426011351114115
Binary1000001110001001100010110000100101110100100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410122; }

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

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

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

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

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

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

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

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