#46001C

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

Shades of Blackberry #46001C

Tints of Blackberry #46001C

Color information

#46001C (or 0x46001C) is unknown color: approx Blackberry. HEX triplet: 46, 00 and 1C. RGB value is (70,0,28). Sum of RGB (Red+Green+Blue) = 70+0+28=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #46001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46001C is #B9FFE3. Grayscale: #181818. Windows color (decimal): -12189668 or 1835078. OLE color: 1835078.

HSL color Cylindrical-coordinate representation of color #46001C: hue angle of 336º 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 #46001C is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB70028-
CMYK010.600.73
HSL336º100%13.73%-
HSV(B)336º100%27.45%-
XYZ2.741.391.22-
YUV24.12130.19160.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 71.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 28.57%
R=71.43%
G=0%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70028010.600.7333610013.73
Hex4601C0643C4915064e
Octal10603401447411152014416
Binary100011001110001100100111100100100110101000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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