#461630

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

Shades of Blackberry #461630

Tints of Blackberry #461630

Color information

#461630 (or 0x461630) is unknown color: approx Blackberry. HEX triplet: 46, 16 and 30. RGB value is (70,22,48). Sum of RGB (Red+Green+Blue) = 70+22+48=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #461630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461630 is #B9E9CF. Grayscale: #272727. Windows color (decimal): -12184016 or 3151430. OLE color: 3151430.

HSL color Cylindrical-coordinate representation of color #461630: hue angle of 327.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461630 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB702248-
CMYK00.690.310.73
HSL327.5º52.17%18.04%-
HSV(B)327.5º68.57%27.45%-
XYZ3.352.093.02-
YUV39.32132.9149.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=50%
G=15.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70224800.690.310.73327.552.1718.04
Hex4616300451F491483412
Octal10626600105371115106422
Binary1000110101101100000100010111111100100110100100011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461630; }

 p { color: rgb(70,22,48); }

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

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

 a { background-color: rgb(70,22,48); }

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

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

 span { border-color: rgb(70,22,48); }

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