#451A2D

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

Shades of Blackberry #451A2D

Tints of Blackberry #451A2D

Color information

#451A2D (or 0x451A2D) is unknown color: approx Blackberry. HEX triplet: 45, 1A and 2D. RGB value is (69,26,45). Sum of RGB (Red+Green+Blue) = 69+26+45=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #451A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A2D is #BAE5D2. Grayscale: #282828. Windows color (decimal): -12248531 or 2955845. OLE color: 2955845.

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

Color convert

RGB692645-
CMYK00.620.350.73
HSL333.49º45.26%18.63%-
HSV(B)333.49º62.32%27.06%-
XYZ3.32.192.73-
YUV41.02130.25147.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=49.29%
G=18.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69264500.620.350.73333.4945.2618.63
Hex451A2D03E234914d2d13
Octal1053255076431115155523
Binary1000101110101011010111110100011100100110100110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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