#410119

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

Shades of Blackberry #410119

Tints of Blackberry #410119

Color information

#410119 (or 0x410119) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 19. RGB value is (65,1,25). Sum of RGB (Red+Green+Blue) = 65+1+25=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #410119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410119 is #BEFEE6. Grayscale: #161616. Windows color (decimal): -12517095 or 1638721. OLE color: 1638721.

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

Color convert

RGB65125-
CMYK00.980.620.75
HSL337.5º96.97%12.94%-
HSV(B)337.5º98.46%25.49%-
XYZ2.371.221.03-
YUV22.87129.2158.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 71.43%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=71.43%
G=1.10%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6512500.980.620.75337.596.9712.94
Hex411190623E4B15261d
Octal10113101427611352214115
Binary100000111100101100010111110100101110101001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410119; }

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

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

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

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

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

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

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

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