#450D31

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

Shades of Blackberry #450D31

Tints of Blackberry #450D31

Color information

#450D31 (or 0x450D31) is unknown color: approx Blackberry. HEX triplet: 45, 0D and 31. RGB value is (69,13,49). Sum of RGB (Red+Green+Blue) = 69+13+49=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #450D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D31 is #BAF2CE. Grayscale: #212121. Windows color (decimal): -12251855 or 3214661. OLE color: 3214661.

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

Color convert

RGB691349-
CMYK00.810.290.73
HSL321.43º68.29%16.08%-
HSV(B)321.43º81.16%27.06%-
XYZ3.151.773.08-
YUV33.85136.55153.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.67%
GREEN value IS 13 (5.47% from 255) = 9.92%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=52.67%
G=9.92%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69134900.810.290.73321.4368.2916.08
Hex45D310511D491414410
Octal105156101213511150110420
Binary1000101110111000101010001111011001001101000001100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450D31; }

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

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

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

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

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

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

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

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