#451E38

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

Shades of Blackberry #451E38

Tints of Blackberry #451E38

Color information

#451E38 (or 0x451E38) is unknown color: approx Blackberry. HEX triplet: 45, 1E and 38. RGB value is (69,30,56). Sum of RGB (Red+Green+Blue) = 69+30+56=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #451E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E38 is #BAE1C7. Grayscale: #2C2C2C. Windows color (decimal): -12247496 or 3677765. OLE color: 3677765.

HSL color Cylindrical-coordinate representation of color #451E38: hue angle of 320º 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 #451E38 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB693056-
CMYK00.570.190.73
HSL320º39.39%19.41%-
HSV(B)320º56.52%27.06%-
XYZ3.632.484.03-
YUV44.62134.42145.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=44.52%
G=19.35%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69305600.570.190.7332039.3919.41
Hex451E3803913491402713
Octal1053670071231115004723
Binary100010111110111000011100110011100100110100000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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