#451E3A

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

Shades of Blackberry #451E3A

Tints of Blackberry #451E3A

Color information

#451E3A (or 0x451E3A) is unknown color: approx Blackberry. HEX triplet: 45, 1E and 3A. RGB value is (69,30,58). Sum of RGB (Red+Green+Blue) = 69+30+58=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #451E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E3A is #BAE1C5. Grayscale: #2C2C2C. Windows color (decimal): -12247494 or 3808837. OLE color: 3808837.

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

Color convert

RGB693058-
CMYK00.570.160.73
HSL316.92º39.39%19.41%-
HSV(B)316.92º56.52%27.06%-
XYZ3.682.54.29-
YUV44.85135.42145.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=43.95%
G=19.11%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69305800.570.160.73316.9239.3919.41
Hex451E3A039104913d2713
Octal1053672071201114754723
Binary100010111110111010011100110000100100110011110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,30,58); }

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

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

 a { background-color: rgb(69,30,58); }

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

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

 span { border-color: rgb(69,30,58); }

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