#461438

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

Shades of Blackberry #461438

Tints of Blackberry #461438

Color information

#461438 (or 0x461438) is unknown color: approx Blackberry. HEX triplet: 46, 14 and 38. RGB value is (70,20,56). Sum of RGB (Red+Green+Blue) = 70+20+56=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #461438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461438 is #B9EBC7. Grayscale: #262626. Windows color (decimal): -12184520 or 3675206. OLE color: 3675206.

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

Color convert

RGB702056-
CMYK00.710.200.73
HSL316.8º55.56%17.65%-
HSV(B)316.8º71.43%27.45%-
XYZ3.492.093.96-
YUV39.05137.56150.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=47.95%
G=13.70%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70205600.710.200.73316.855.5617.65
Hex461438047144913d3812
Octal10624700107241114757022
Binary1000110101001110000100011110100100100110011110111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461438; }

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

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

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

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

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

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

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

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