#460B3C

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

Shades of Blackberry #460B3C

Tints of Blackberry #460B3C

Color information

#460B3C (or 0x460B3C) is unknown color: approx Blackberry. HEX triplet: 46, 0B and 3C. RGB value is (70,11,60). Sum of RGB (Red+Green+Blue) = 70+11+60=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #460B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B3C is #B9F4C3. Grayscale: #222222. Windows color (decimal): -12186820 or 3935046. OLE color: 3935046.

HSL color Cylindrical-coordinate representation of color #460B3C: hue angle of 310.17º 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 #460B3C is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB701160-
CMYK00.840.140.73
HSL310.17º72.84%15.88%-
HSV(B)310.17º84.29%27.45%-
XYZ3.461.874.45-
YUV34.23142.55153.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 11 (4.69% from 255) = 7.80%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=49.65%
G=7.80%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70116000.840.140.73310.1772.8415.88
Hex46B3C054E491364910
Octal106137401241611146611120
Binary100011010111111000101010011101001001100110110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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