#461831

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

Shades of Blackberry #461831

Tints of Blackberry #461831

Color information

#461831 (or 0x461831) is unknown color: approx Blackberry. HEX triplet: 46, 18 and 31. RGB value is (70,24,49). Sum of RGB (Red+Green+Blue) = 70+24+49=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #461831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461831 is #B9E7CE. Grayscale: #282828. Windows color (decimal): -12183503 or 3217478. OLE color: 3217478.

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

Color convert

RGB702449-
CMYK00.660.300.73
HSL327.39º48.94%18.43%-
HSV(B)327.39º65.71%27.45%-
XYZ3.412.183.15-
YUV40.6132.74148.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 49 (19.53% from 255) = 34.27%
R=48.95%
G=16.78%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70244900.660.300.73327.3948.9418.43
Hex4618310421E491473112
Octal10630610102361115076122
Binary1000110110001100010100001011110100100110100011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461831; }

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

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

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

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

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

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

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

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