#451326

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

Shades of Blackberry #451326

Tints of Blackberry #451326

Color information

#451326 (or 0x451326) is unknown color: approx Blackberry. HEX triplet: 45, 13 and 26. RGB value is (69,19,38). Sum of RGB (Red+Green+Blue) = 69+19+38=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451326 is #BAECD9. Grayscale: #242424. Windows color (decimal): -12250330 or 2495301. OLE color: 2495301.

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

Color convert

RGB691938-
CMYK00.720.450.73
HSL337.2º56.82%17.25%-
HSV(B)337.2º72.46%27.06%-
XYZ3.041.872.03-
YUV36.12129.06151.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.76%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=54.76%
G=15.08%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69193800.720.450.73337.256.8217.25
Hex4513260482D491513911
Octal10523460110551115217121
Binary10001011001110011001001000101101100100110101000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451326; }

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

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

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

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

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

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

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

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