#451731

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

Shades of Blackberry #451731

Tints of Blackberry #451731

Color information

#451731 (or 0x451731) is unknown color: approx Blackberry. HEX triplet: 45, 17 and 31. RGB value is (69,23,49). Sum of RGB (Red+Green+Blue) = 69+23+49=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #451731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451731 is #BAE8CE. Grayscale: #272727. Windows color (decimal): -12249295 or 3217221. OLE color: 3217221.

HSL color Cylindrical-coordinate representation of color #451731: hue angle of 326.09º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451731 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB692349-
CMYK00.670.290.73
HSL326.09º50%18.04%-
HSV(B)326.09º66.67%27.06%-
XYZ3.322.13.14-
YUV39.72133.24148.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=48.94%
G=16.31%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69234900.670.290.73326.095018.04
Hex4517310431D491463212
Octal10527610103351115066222
Binary1000101101111100010100001111101100100110100011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451731; }

 p { color: rgb(69,23,49); }

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

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

 a { background-color: rgb(69,23,49); }

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

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

 span { border-color: rgb(69,23,49); }

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