#410820

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

Shades of Blackberry #410820

Tints of Blackberry #410820

Color information

#410820 (or 0x410820) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 20. RGB value is (65,8,32). Sum of RGB (Red+Green+Blue) = 65+8+32=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410820 is #BEF7DF. Grayscale: #1B1B1B. Windows color (decimal): -12515296 or 2099265. OLE color: 2099265.

HSL color Cylindrical-coordinate representation of color #410820: hue angle of 334.74º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410820 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB65832-
CMYK00.880.510.75
HSL334.74º78.08%14.31%-
HSV(B)334.74º87.69%25.49%-
XYZ2.531.41.5-
YUV27.78130.38154.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=61.90%
G=7.62%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6583200.880.510.75334.7478.0814.31
Hex41820058334B14f4ee
Octal101104001306311351711616
Binary1000001100010000001011000110011100101110100111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410820; }

 p { color: rgb(65,8,32); }

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

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

 a { background-color: rgb(65,8,32); }

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

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

 span { border-color: rgb(65,8,32); }

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