#460021

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

Shades of Blackberry #460021

Tints of Blackberry #460021

Color information

#460021 (or 0x460021) is unknown color: approx Blackberry. HEX triplet: 46, 00 and 21. RGB value is (70,0,33). Sum of RGB (Red+Green+Blue) = 70+0+33=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #460021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460021 is #B9FFDE. Grayscale: #181818. Windows color (decimal): -12189663 or 2162758. OLE color: 2162758.

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

Color convert

RGB70033-
CMYK010.530.73
HSL331.71º100%13.73%-
HSV(B)331.71º100%27.45%-
XYZ2.81.411.56-
YUV24.69132.69160.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=67.96%
G=0%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70033010.530.73331.7110013.73
Hex46021064354914c64e
Octal10604101446511151414416
Binary1000110010000101100100110101100100110100110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460021; }

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

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

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

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

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

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

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

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