#460B35

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

Shades of Blackberry #460B35

Tints of Blackberry #460B35

Color information

#460B35 (or 0x460B35) is unknown color: approx Blackberry. HEX triplet: 46, 0B and 35. RGB value is (70,11,53). Sum of RGB (Red+Green+Blue) = 70+11+53=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #460B35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B35 is #B9F4CA. Grayscale: #212121. Windows color (decimal): -12186827 or 3476294. OLE color: 3476294.

HSL color Cylindrical-coordinate representation of color #460B35: hue angle of 317.29º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460B35 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB701153-
CMYK00.840.240.73
HSL317.29º72.84%15.88%-
HSV(B)317.29º84.29%27.45%-
XYZ3.291.83.54-
YUV33.43139.05154.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 11 (4.69% from 255) = 8.21%
BLUE value IS 53 (21.09% from 255) = 39.55%
R=52.24%
G=8.21%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70115300.840.240.73317.2972.8415.88
Hex46B35054184913d4910
Octal106136501243011147511120
Binary1000110101111010101010100110001001001100111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460B35; }

 p { color: rgb(70,11,53); }

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

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

 a { background-color: rgb(70,11,53); }

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

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

 span { border-color: rgb(70,11,53); }

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