#451A30

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

Shades of Blackberry #451A30

Tints of Blackberry #451A30

Color information

#451A30 (or 0x451A30) is unknown color: approx Blackberry. HEX triplet: 45, 1A and 30. RGB value is (69,26,48). Sum of RGB (Red+Green+Blue) = 69+26+48=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #451A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A30 is #BAE5CF. Grayscale: #292929. Windows color (decimal): -12248528 or 3152453. OLE color: 3152453.

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

Color convert

RGB692648-
CMYK00.620.300.73
HSL329.3º45.26%18.63%-
HSV(B)329.3º62.32%27.06%-
XYZ3.362.223.05-
YUV41.36131.75147.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=48.25%
G=18.18%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69264800.620.300.73329.345.2618.63
Hex451A3003E1E491492d13
Octal1053260076361115115523
Binary100010111010110000011111011110100100110100100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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