#451138

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

Shades of Blackberry #451138

Tints of Blackberry #451138

Color information

#451138 (or 0x451138) is unknown color: approx Blackberry. HEX triplet: 45, 11 and 38. RGB value is (69,17,56). Sum of RGB (Red+Green+Blue) = 69+17+56=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #451138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451138 is #BAEEC7. Grayscale: #242424. Windows color (decimal): -12250824 or 3674437. OLE color: 3674437.

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

Color convert

RGB691756-
CMYK00.750.190.73
HSL315º60.47%16.86%-
HSV(B)315º75.36%27.06%-
XYZ3.371.953.94-
YUV36.99138.73150.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=48.59%
G=11.97%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69175600.750.190.7331560.4716.86
Hex45113804B134913b3c11
Octal10521700113231114737421
Binary1000101100011110000100101110011100100110011101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451138; }

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

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

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

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

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

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

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

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