#410219

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

Shades of Blackberry #410219

Tints of Blackberry #410219

Color information

#410219 (or 0x410219) is unknown color: approx Blackberry. HEX triplet: 41, 02 and 19. RGB value is (65,2,25). Sum of RGB (Red+Green+Blue) = 65+2+25=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #410219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410219 is #BEFDE6. Grayscale: #171717. Windows color (decimal): -12516839 or 1638977. OLE color: 1638977.

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

Color convert

RGB65225-
CMYK00.970.620.75
HSL338.1º94.03%13.14%-
HSV(B)338.1º96.92%25.49%-
XYZ2.381.241.03-
YUV23.46128.87157.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 70.65%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=70.65%
G=2.17%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6522500.970.620.75338.194.0313.14
Hex412190613E4B1525ed
Octal10123101417611352213615
Binary1000001101100101100001111110100101110101001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410219; }

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

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

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

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

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

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

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

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