#450B2B

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

Shades of Blackberry #450B2B

Tints of Blackberry #450B2B

Color information

#450B2B (or 0x450B2B) is unknown color: approx Blackberry. HEX triplet: 45, 0B and 2B. RGB value is (69,11,43). Sum of RGB (Red+Green+Blue) = 69+11+43=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #450B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B2B is #BAF4D4. Grayscale: #1F1F1F. Windows color (decimal): -12252373 or 2820933. OLE color: 2820933.

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

Color convert

RGB691143-
CMYK00.840.380.73
HSL326.9º72.5%15.69%-
HSV(B)326.9º84.06%27.06%-
XYZ3.011.682.45-
YUV31.99134.22154.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.10%
GREEN value IS 11 (4.69% from 255) = 8.94%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=56.10%
G=8.94%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69114300.840.380.73326.972.515.69
Hex45B2B05426491474810
Octal105135301244611150711020
Binary10001011011101011010101001001101001001101000111100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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