#461235

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

Shades of Blackberry #461235

Tints of Blackberry #461235

Color information

#461235 (or 0x461235) is unknown color: approx Blackberry. HEX triplet: 46, 12 and 35. RGB value is (70,18,53). Sum of RGB (Red+Green+Blue) = 70+18+53=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #461235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461235 is #B9EDCA. Grayscale: #252525. Windows color (decimal): -12185035 or 3478086. OLE color: 3478086.

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

Color convert

RGB701853-
CMYK00.740.240.73
HSL319.62º59.09%17.25%-
HSV(B)319.62º74.29%27.45%-
XYZ3.381.993.57-
YUV37.54136.73151.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=49.65%
G=12.77%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70185300.740.240.73319.6259.0917.25
Hex46123504A18491403b11
Octal10622650112301115007321
Binary1000110100101101010100101011000100100110100000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461235; }

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

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

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

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

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

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

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

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