#451D38

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

Shades of Blackberry #451D38

Tints of Blackberry #451D38

Color information

#451D38 (or 0x451D38) is unknown color: approx Blackberry. HEX triplet: 45, 1D and 38. RGB value is (69,29,56). Sum of RGB (Red+Green+Blue) = 69+29+56=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #451D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D38 is #BAE2C7. Grayscale: #2B2B2B. Windows color (decimal): -12247752 or 3677509. OLE color: 3677509.

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

Color convert

RGB692956-
CMYK00.580.190.73
HSL319.5º40.82%19.22%-
HSV(B)319.5º57.97%27.06%-
XYZ3.612.434.02-
YUV44.04134.75145.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 56 (22.27% from 255) = 36.36%
R=44.81%
G=18.83%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69295600.580.190.73319.540.8219.22
Hex451D3803A13491402913
Octal1053570072231115005123
Binary100010111101111000011101010011100100110100000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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