#451C31

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

Shades of Blackberry #451C31

Tints of Blackberry #451C31

Color information

#451C31 (or 0x451C31) is unknown color: approx Blackberry. HEX triplet: 45, 1C and 31. RGB value is (69,28,49). Sum of RGB (Red+Green+Blue) = 69+28+49=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #451C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C31 is #BAE3CE. Grayscale: #2A2A2A. Windows color (decimal): -12248015 or 3218501. OLE color: 3218501.

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

Color convert

RGB692849-
CMYK00.590.290.73
HSL329.27º42.27%19.02%-
HSV(B)329.27º59.42%27.06%-
XYZ3.422.323.17-
YUV42.65131.58146.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=47.26%
G=19.18%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69284900.590.290.73329.2742.2719.02
Hex451C3103B1D491492a13
Octal1053461073351115115223
Binary100010111100110001011101111101100100110100100110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,28,49); }

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

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

 a { background-color: rgb(69,28,49); }

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

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

 span { border-color: rgb(69,28,49); }

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