#460828

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

Shades of Blackberry #460828

Tints of Blackberry #460828

Color information

#460828 (or 0x460828) is unknown color: approx Blackberry. HEX triplet: 46, 08 and 28. RGB value is (70,8,40). Sum of RGB (Red+Green+Blue) = 70+8+40=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #460828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460828 is #B9F7D7. Grayscale: #1E1E1E. Windows color (decimal): -12187608 or 2623558. OLE color: 2623558.

HSL color Cylindrical-coordinate representation of color #460828: hue angle of 329.03º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460828 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB70840-
CMYK00.890.430.73
HSL329.03º79.49%15.29%-
HSV(B)329.03º88.57%27.45%-
XYZ31.632.16-
YUV30.19133.54156.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.32%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=59.32%
G=6.78%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7084000.890.430.73329.0379.4915.29
Hex468280592B491494ff
Octal106105001315311151111717
Binary1000110100010100001011001101011100100110100100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460828; }

 p { color: rgb(70,8,40); }

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

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

 a { background-color: rgb(70,8,40); }

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

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

 span { border-color: rgb(70,8,40); }

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