#451A38

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

Shades of Blackberry #451A38

Tints of Blackberry #451A38

Color information

#451A38 (or 0x451A38) is unknown color: approx Blackberry. HEX triplet: 45, 1A and 38. RGB value is (69,26,56). Sum of RGB (Red+Green+Blue) = 69+26+56=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #451A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A38 is #BAE5C7. Grayscale: #2A2A2A. Windows color (decimal): -12248520 or 3676741. OLE color: 3676741.

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

Color convert

RGB692656-
CMYK00.620.190.73
HSL318.14º45.26%18.63%-
HSV(B)318.14º62.32%27.06%-
XYZ3.542.294-
YUV42.28135.75147.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 56 (22.27% from 255) = 37.09%
R=45.70%
G=17.22%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69265600.620.190.73318.1445.2618.63
Hex451A3803E134913e2d13
Octal1053270076231114765523
Binary100010111010111000011111010011100100110011111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451A38; }

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

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

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

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

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

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

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

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