#451A33

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

Shades of Blackberry #451A33

Tints of Blackberry #451A33

Color information

#451A33 (or 0x451A33) is unknown color: approx Blackberry. HEX triplet: 45, 1A and 33. RGB value is (69,26,51). Sum of RGB (Red+Green+Blue) = 69+26+51=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #451A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A33 is #BAE5CC. Grayscale: #292929. Windows color (decimal): -12248525 or 3349061. OLE color: 3349061.

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

Color convert

RGB692651-
CMYK00.620.260.73
HSL325.12º45.26%18.63%-
HSV(B)325.12º62.32%27.06%-
XYZ3.422.243.38-
YUV41.71133.25147.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 51 (20.31% from 255) = 34.93%
R=47.26%
G=17.81%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69265100.620.260.73325.1245.2618.63
Hex451A3303E1A491452d13
Octal1053263076321115055523
Binary100010111010110011011111011010100100110100010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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