#450D2B

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

Shades of Blackberry #450D2B

Tints of Blackberry #450D2B

Color information

#450D2B (or 0x450D2B) is unknown color: approx Blackberry. HEX triplet: 45, 0D and 2B. RGB value is (69,13,43). Sum of RGB (Red+Green+Blue) = 69+13+43=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #450D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D2B is #BAF2D4. Grayscale: #212121. Windows color (decimal): -12251861 or 2821445. OLE color: 2821445.

HSL color Cylindrical-coordinate representation of color #450D2B: hue angle of 327.86º 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 #450D2B is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB691343-
CMYK00.810.380.73
HSL327.86º68.29%16.08%-
HSV(B)327.86º81.16%27.06%-
XYZ3.031.732.46-
YUV33.16133.55153.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.2%
GREEN value IS 13 (5.47% from 255) = 10.4%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=55.2%
G=10.4%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69134300.810.380.73327.8668.2916.08
Hex45D2B05126491484410
Octal105155301214611151010420
Binary10001011101101011010100011001101001001101001000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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