#46001E

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

Shades of Blackberry #46001E

Tints of Blackberry #46001E

Color information

#46001E (or 0x46001E) is unknown color: approx Blackberry. HEX triplet: 46, 00 and 1E. RGB value is (70,0,30). Sum of RGB (Red+Green+Blue) = 70+0+30=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #46001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46001E is #B9FFE1. Grayscale: #181818. Windows color (decimal): -12189666 or 1966150. OLE color: 1966150.

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

Color convert

RGB70030-
CMYK010.570.73
HSL334.29º100%13.73%-
HSV(B)334.29º100%27.45%-
XYZ2.761.41.35-
YUV24.35131.19160.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 30%
R=70%
G=0%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70030010.570.73334.2910013.73
Hex4601E064394914e64e
Octal10603601447111151614416
Binary100011001111001100100111001100100110100111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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