#461D38

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

Shades of Blackberry #461D38

Tints of Blackberry #461D38

Color information

#461D38 (or 0x461D38) is unknown color: approx Blackberry. HEX triplet: 46, 1D and 38. RGB value is (70,29,56). Sum of RGB (Red+Green+Blue) = 70+29+56=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #461D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D38 is #B9E2C7. Grayscale: #2C2C2C. Windows color (decimal): -12182216 or 3677510. OLE color: 3677510.

HSL color Cylindrical-coordinate representation of color #461D38: hue angle of 320.49º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D38 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB702956-
CMYK00.590.200.73
HSL320.49º41.41%19.41%-
HSV(B)320.49º58.57%27.45%-
XYZ3.682.474.02-
YUV44.34134.58146.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=45.16%
G=18.71%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70295600.590.200.73320.4941.4119.41
Hex461D3803B14491402913
Octal1063570073241115005123
Binary100011011101111000011101110100100100110100000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461D38; }

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

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

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

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

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

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

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

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