#461830

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

Shades of Blackberry #461830

Tints of Blackberry #461830

Color information

#461830 (or 0x461830) is unknown color: approx Blackberry. HEX triplet: 46, 18 and 30. RGB value is (70,24,48). Sum of RGB (Red+Green+Blue) = 70+24+48=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #461830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461830 is #B9E7CF. Grayscale: #282828. Windows color (decimal): -12183504 or 3151942. OLE color: 3151942.

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

Color convert

RGB702448-
CMYK00.660.310.73
HSL328.7º48.94%18.43%-
HSV(B)328.7º65.71%27.45%-
XYZ3.392.173.04-
YUV40.49132.24149.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.30%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=49.30%
G=16.90%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70244800.660.310.73328.748.9418.43
Hex4618300421F491493112
Octal10630600102371115116122
Binary1000110110001100000100001011111100100110100100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461830; }

 p { color: rgb(70,24,48); }

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

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

 a { background-color: rgb(70,24,48); }

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

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

 span { border-color: rgb(70,24,48); }

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