#451A2E

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

Shades of Blackberry #451A2E

Tints of Blackberry #451A2E

Color information

#451A2E (or 0x451A2E) is unknown color: approx Blackberry. HEX triplet: 45, 1A and 2E. RGB value is (69,26,46). Sum of RGB (Red+Green+Blue) = 69+26+46=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #451A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A2E is #BAE5D1. Grayscale: #292929. Windows color (decimal): -12248530 or 3021381. OLE color: 3021381.

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

Color convert

RGB692646-
CMYK00.620.330.73
HSL332.09º45.26%18.63%-
HSV(B)332.09º62.32%27.06%-
XYZ3.322.22.83-
YUV41.14130.75147.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=48.94%
G=18.44%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69264600.620.330.73332.0945.2618.63
Hex451A2E03E214914c2d13
Octal1053256076411115145523
Binary1000101110101011100111110100001100100110100110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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