#460038

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

Shades of Blackberry #460038

Tints of Blackberry #460038

Color information

#460038 (or 0x460038) is unknown color: approx Blackberry. HEX triplet: 46, 00 and 38. RGB value is (70,0,56). Sum of RGB (Red+Green+Blue) = 70+0+56=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #460038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460038 is #B9FFC7. Grayscale: #1B1B1B. Windows color (decimal): -12189640 or 3670086. OLE color: 3670086.

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

Color convert

RGB70056-
CMYK010.200.73
HSL312º100%13.73%-
HSV(B)312º100%27.45%-
XYZ3.241.593.88-
YUV27.31144.19158.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=55.56%
G=0%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70056010.200.7331210013.73
Hex46038064144913864e
Octal10607001442411147014416
Binary100011001110000110010010100100100110011100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460038; }

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

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

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

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

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

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

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

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