#461432

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

Shades of Blackberry #461432

Tints of Blackberry #461432

Color information

#461432 (or 0x461432) is unknown color: approx Blackberry. HEX triplet: 46, 14 and 32. RGB value is (70,20,50). Sum of RGB (Red+Green+Blue) = 70+20+50=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #461432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461432 is #B9EBCD. Grayscale: #262626. Windows color (decimal): -12184526 or 3281990. OLE color: 3281990.

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

Color convert

RGB702050-
CMYK00.710.290.73
HSL324º55.56%17.65%-
HSV(B)324º71.43%27.45%-
XYZ3.352.033.23-
YUV38.37134.56150.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=50%
G=14.29%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70205000.710.290.7332455.5617.65
Hex4614320471D491443812
Octal10624620107351115047022
Binary1000110101001100100100011111101100100110100010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461432; }

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

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

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

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

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

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

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

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