#46031E

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

Shades of Blackberry #46031E

Tints of Blackberry #46031E

Color information

#46031E (or 0x46031E) is unknown color: approx Blackberry. HEX triplet: 46, 03 and 1E. RGB value is (70,3,30). Sum of RGB (Red+Green+Blue) = 70+3+30=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #46031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46031E is #B9FCE1. Grayscale: #1A1A1A. Windows color (decimal): -12188898 or 1966918. OLE color: 1966918.

HSL color Cylindrical-coordinate representation of color #46031E: hue angle of 335.82º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46031E is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB70330-
CMYK00.960.570.73
HSL335.82º91.78%14.31%-
HSV(B)335.82º95.71%27.45%-
XYZ2.791.461.36-
YUV26.11130.2159.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=67.96%
G=2.91%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7033000.960.570.73335.8291.7814.31
Hex4631E06039491505ce
Octal10633601407111152013416
Binary1000110111111001100000111001100100110101000010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46031E; }

 p { color: rgb(70,3,30); }

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

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

 a { background-color: rgb(70,3,30); }

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

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

 span { border-color: rgb(70,3,30); }

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