#461437

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

Shades of Blackberry #461437

Tints of Blackberry #461437

Color information

#461437 (or 0x461437) is unknown color: approx Blackberry. HEX triplet: 46, 14 and 37. RGB value is (70,20,55). Sum of RGB (Red+Green+Blue) = 70+20+55=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #461437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461437 is #B9EBC8. Grayscale: #262626. Windows color (decimal): -12184521 or 3609670. OLE color: 3609670.

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

Color convert

RGB702055-
CMYK00.710.210.73
HSL318º55.56%17.65%-
HSV(B)318º71.43%27.45%-
XYZ3.472.083.83-
YUV38.94137.06150.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=48.28%
G=13.79%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70205500.710.210.7331855.5617.65
Hex461437047154913e3812
Octal10624670107251114767022
Binary1000110101001101110100011110101100100110011111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461437; }

 p { color: rgb(70,20,55); }

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

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

 a { background-color: rgb(70,20,55); }

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

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

 span { border-color: rgb(70,20,55); }

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