#46002F

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

Shades of Blackberry #46002F

Tints of Blackberry #46002F

Color information

#46002F (or 0x46002F) is unknown color: approx Blackberry. HEX triplet: 46, 00 and 2F. RGB value is (70,0,47). Sum of RGB (Red+Green+Blue) = 70+0+47=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46002F is #B9FFD0. Grayscale: #1A1A1A. Windows color (decimal): -12189649 or 3080262. OLE color: 3080262.

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

Color convert

RGB70047-
CMYK010.330.73
HSL319.71º100%13.73%-
HSV(B)319.71º100%27.45%-
XYZ3.041.512.82-
YUV26.29139.69159.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 40.17%
R=59.83%
G=0%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70047010.330.73319.7110013.73
Hex4602F064214914064e
Octal10605701444111150014416
Binary1000110010111101100100100001100100110100000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46002F; }

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

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

<style>
 a { background-color: #46002F; }

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

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

<style>
 span { border-color: #46002F; }

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

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