#451638

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

Shades of Blackberry #451638

Tints of Blackberry #451638

Color information

#451638 (or 0x451638) is unknown color: approx Blackberry. HEX triplet: 45, 16 and 38. RGB value is (69,22,56). Sum of RGB (Red+Green+Blue) = 69+22+56=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #451638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451638 is #BAE9C7. Grayscale: #272727. Windows color (decimal): -12249544 or 3675717. OLE color: 3675717.

HSL color Cylindrical-coordinate representation of color #451638: hue angle of 316.6º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #451638 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB692256-
CMYK00.680.190.73
HSL316.6º51.65%17.84%-
HSV(B)316.6º68.12%27.06%-
XYZ3.452.123.97-
YUV39.93137.07148.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=46.94%
G=14.97%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69225600.680.190.73316.651.6517.84
Hex451638044134913d3412
Octal10526700104231114756422
Binary1000101101101110000100010010011100100110011110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451638; }

 p { color: rgb(69,22,56); }

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

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

 a { background-color: rgb(69,22,56); }

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

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

 span { border-color: rgb(69,22,56); }

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