#461D36

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

Shades of Blackberry #461D36

Tints of Blackberry #461D36

Color information

#461D36 (or 0x461D36) is unknown color: approx Blackberry. HEX triplet: 46, 1D and 36. RGB value is (70,29,54). Sum of RGB (Red+Green+Blue) = 70+29+54=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #461D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D36 is #B9E2C9. Grayscale: #2C2C2C. Windows color (decimal): -12182218 or 3546438. OLE color: 3546438.

HSL color Cylindrical-coordinate representation of color #461D36: hue angle of 323.41º 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 #461D36 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB702954-
CMYK00.590.230.73
HSL323.41º41.41%19.41%-
HSV(B)323.41º58.57%27.45%-
XYZ3.632.453.77-
YUV44.11133.58146.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 54 (21.48% from 255) = 35.29%
R=45.75%
G=18.95%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70295400.590.230.73323.4141.4119.41
Hex461D3603B17491432913
Octal1063566073271115035123
Binary100011011101110110011101110111100100110100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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