#461C2F

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

Shades of Blackberry #461C2F

Tints of Blackberry #461C2F

Color information

#461C2F (or 0x461C2F) is unknown color: approx Blackberry. HEX triplet: 46, 1C and 2F. RGB value is (70,28,47). Sum of RGB (Red+Green+Blue) = 70+28+47=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #461C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C2F is #B9E3D0. Grayscale: #2A2A2A. Windows color (decimal): -12182481 or 3087430. OLE color: 3087430.

HSL color Cylindrical-coordinate representation of color #461C2F: hue angle of 332.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461C2F is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB702847-
CMYK00.600.330.73
HSL332.86º42.86%19.22%-
HSV(B)332.86º60%27.45%-
XYZ3.452.342.96-
YUV42.72130.41147.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=48.28%
G=19.31%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70284700.600.330.73332.8642.8619.22
Hex461C2F03C214914d2b13
Octal1063457074411115155323
Binary1000110111001011110111100100001100100110100110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,28,47); }

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

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

 a { background-color: rgb(70,28,47); }

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

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

 span { border-color: rgb(70,28,47); }

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