#451334

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

Shades of Blackberry #451334

Tints of Blackberry #451334

Color information

#451334 (or 0x451334) is unknown color: approx Blackberry. HEX triplet: 45, 13 and 34. RGB value is (69,19,52). Sum of RGB (Red+Green+Blue) = 69+19+52=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #451334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451334 is #BAECCB. Grayscale: #252525. Windows color (decimal): -12250316 or 3412805. OLE color: 3412805.

HSL color Cylindrical-coordinate representation of color #451334: hue angle of 320.4º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451334 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB691952-
CMYK00.720.250.73
HSL320.4º56.82%17.25%-
HSV(B)320.4º72.46%27.06%-
XYZ3.311.983.46-
YUV37.71136.06150.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=49.29%
G=13.57%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69195200.720.250.73320.456.8217.25
Hex45133404819491403911
Octal10523640110311115007121
Binary1000101100111101000100100011001100100110100000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451334; }

 p { color: rgb(69,19,52); }

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

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

 a { background-color: rgb(69,19,52); }

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

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

 span { border-color: rgb(69,19,52); }

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