#461F34

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

Shades of Blackberry #461F34

Tints of Blackberry #461F34

Color information

#461F34 (or 0x461F34) is unknown color: approx Blackberry. HEX triplet: 46, 1F and 34. RGB value is (70,31,52). Sum of RGB (Red+Green+Blue) = 70+31+52=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #461F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F34 is #B9E0CB. Grayscale: #2D2D2D. Windows color (decimal): -12181708 or 3415878. OLE color: 3415878.

HSL color Cylindrical-coordinate representation of color #461F34: hue angle of 327.69º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #461F34 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB703152-
CMYK00.560.260.73
HSL327.69º38.61%19.8%-
HSV(B)327.69º55.71%27.45%-
XYZ3.642.533.55-
YUV45.05131.92145.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 31 (12.5% from 255) = 20.26%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=45.75%
G=20.26%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70315200.560.260.73327.6938.6119.8
Hex461F340381A491482714
Octal1063764070321115104724
Binary100011011111110100011100011010100100110100100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,31,52); }

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

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

 a { background-color: rgb(70,31,52); }

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

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

 span { border-color: rgb(70,31,52); }

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