#410927

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

Shades of Blackberry #410927

Tints of Blackberry #410927

Color information

#410927 (or 0x410927) is unknown color: approx Blackberry. HEX triplet: 41, 09 and 27. RGB value is (65,9,39). Sum of RGB (Red+Green+Blue) = 65+9+39=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #410927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410927 is #BEF6D8. Grayscale: #1D1D1D. Windows color (decimal): -12515033 or 2558273. OLE color: 2558273.

HSL color Cylindrical-coordinate representation of color #410927: hue angle of 327.86º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410927 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB65939-
CMYK00.860.400.75
HSL327.86º75.68%14.51%-
HSV(B)327.86º86.15%25.49%-
XYZ2.641.472.06-
YUV29.16133.55153.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=57.52%
G=7.96%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6593900.860.400.75327.8675.6814.51
Hex41927056284B1484cf
Octal101114701265011351011417
Binary1000001100110011101010110101000100101110100100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410927; }

 p { color: rgb(65,9,39); }

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

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

 a { background-color: rgb(65,9,39); }

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

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

 span { border-color: rgb(65,9,39); }

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