#460725

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

Shades of Blackberry #460725

Tints of Blackberry #460725

Color information

#460725 (or 0x460725) is unknown color: approx Blackberry. HEX triplet: 46, 07 and 25. RGB value is (70,7,37). Sum of RGB (Red+Green+Blue) = 70+7+37=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #460725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460725 is #B9F8DA. Grayscale: #1D1D1D. Windows color (decimal): -12187867 or 2426694. OLE color: 2426694.

HSL color Cylindrical-coordinate representation of color #460725: hue angle of 331.43º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460725 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB70737-
CMYK00.900.470.73
HSL331.43º81.82%15.1%-
HSV(B)331.43º90%27.45%-
XYZ2.941.591.9-
YUV29.26132.37157.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.40%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=61.40%
G=6.14%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7073700.900.470.73331.4381.8215.1
Hex4672505A2F4914b52f
Octal10674501325711151312217
Binary100011011110010101011010101111100100110100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460725; }

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

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

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

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

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

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

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

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