#451333

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

Shades of Blackberry #451333

Tints of Blackberry #451333

Color information

#451333 (or 0x451333) is unknown color: approx Blackberry. HEX triplet: 45, 13 and 33. RGB value is (69,19,51). Sum of RGB (Red+Green+Blue) = 69+19+51=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #451333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451333 is #BAECCC. Grayscale: #252525. Windows color (decimal): -12250317 or 3347269. OLE color: 3347269.

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

Color convert

RGB691951-
CMYK00.720.260.73
HSL321.6º56.82%17.25%-
HSV(B)321.6º72.46%27.06%-
XYZ3.281.973.34-
YUV37.6135.56150.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 51 (20.31% from 255) = 36.69%
R=49.64%
G=13.67%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69195100.720.260.73321.656.8217.25
Hex4513330481A491423911
Octal10523630110321115027121
Binary1000101100111100110100100011010100100110100001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451333; }

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

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

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

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

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

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

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

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