#461225

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

Shades of Blackberry #461225

Tints of Blackberry #461225

Color information

#461225 (or 0x461225) is unknown color: approx Blackberry. HEX triplet: 46, 12 and 25. RGB value is (70,18,37). Sum of RGB (Red+Green+Blue) = 70+18+37=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #461225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461225 is #B9EDDA. Grayscale: #232323. Windows color (decimal): -12185051 or 2429510. OLE color: 2429510.

HSL color Cylindrical-coordinate representation of color #461225: hue angle of 338.08º 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 #461225 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB701837-
CMYK00.740.470.73
HSL338.08º59.09%17.25%-
HSV(B)338.08º74.29%27.45%-
XYZ3.081.871.95-
YUV35.71128.73152.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=56%
G=14.4%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70183700.740.470.73338.0859.0917.25
Hex46122504A2F491523b11
Octal10622450112571115227321
Binary10001101001010010101001010101111100100110101001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461225; }

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

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

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

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

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

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

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

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