#460D3C

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

Shades of Blackberry #460D3C

Tints of Blackberry #460D3C

Color information

#460D3C (or 0x460D3C) is unknown color: approx Blackberry. HEX triplet: 46, 0D and 3C. RGB value is (70,13,60). Sum of RGB (Red+Green+Blue) = 70+13+60=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #460D3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D3C is #B9F2C3. Grayscale: #232323. Windows color (decimal): -12186308 or 3935558. OLE color: 3935558.

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

Color convert

RGB701360-
CMYK00.810.140.73
HSL310.53º68.67%16.27%-
HSV(B)310.53º81.43%27.45%-
XYZ3.491.924.46-
YUV35.4141.88152.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 13 (5.47% from 255) = 9.09%
BLUE value IS 60 (23.83% from 255) = 41.96%
R=48.95%
G=9.09%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70136000.810.140.73310.5368.6716.27
Hex46D3C051E491374510
Octal106157401211611146710520
Binary100011011011111000101000111101001001100110111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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