#460D28

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

Shades of Blackberry #460D28

Tints of Blackberry #460D28

Color information

#460D28 (or 0x460D28) is unknown color: approx Blackberry. HEX triplet: 46, 0D and 28. RGB value is (70,13,40). Sum of RGB (Red+Green+Blue) = 70+13+40=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #460D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D28 is #B9F2D7. Grayscale: #212121. Windows color (decimal): -12186328 or 2624838. OLE color: 2624838.

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

Color convert

RGB701340-
CMYK00.810.430.73
HSL331.58º68.67%16.27%-
HSV(B)331.58º81.43%27.45%-
XYZ3.051.742.18-
YUV33.12131.88154.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 13 (5.47% from 255) = 10.57%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=56.91%
G=10.57%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70134000.810.430.73331.5868.6716.27
Hex46D280512B4914c4510
Octal106155001215311151410520
Binary10001101101101000010100011010111001001101001100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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