#451631

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

Shades of Blackberry #451631

Tints of Blackberry #451631

Color information

#451631 (or 0x451631) is unknown color: approx Blackberry. HEX triplet: 45, 16 and 31. RGB value is (69,22,49). Sum of RGB (Red+Green+Blue) = 69+22+49=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #451631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451631 is #BAE9CE. Grayscale: #272727. Windows color (decimal): -12249551 or 3216965. OLE color: 3216965.

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

Color convert

RGB692249-
CMYK00.680.290.73
HSL325.53º51.65%17.84%-
HSV(B)325.53º68.12%27.06%-
XYZ3.32.063.13-
YUV39.13133.57149.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 49 (19.53% from 255) = 35%
R=49.29%
G=15.71%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69224900.680.290.73325.5351.6517.84
Hex4516310441D491463412
Octal10526610104351115066422
Binary1000101101101100010100010011101100100110100011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451631; }

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

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

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

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

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

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

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

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