#410830

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

Shades of Blackberry #410830

Tints of Blackberry #410830

Color information

#410830 (or 0x410830) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 30. RGB value is (65,8,48). Sum of RGB (Red+Green+Blue) = 65+8+48=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #410830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410830 is #BEF7CF. Grayscale: #1D1D1D. Windows color (decimal): -12515280 or 3147841. OLE color: 3147841.

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

Color convert

RGB65848-
CMYK00.880.260.75
HSL317.89º78.08%14.31%-
HSV(B)317.89º87.69%25.49%-
XYZ2.81.512.94-
YUV29.6138.38153.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=53.72%
G=6.61%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6584800.880.260.75317.8978.0814.31
Hex418300581A4B13e4ee
Octal101106001303211347611616
Binary100000110001100000101100011010100101110011111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410830; }

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

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

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

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

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

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

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

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