#450B35

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

Shades of Blackberry #450B35

Tints of Blackberry #450B35

Color information

#450B35 (or 0x450B35) is unknown color: approx Blackberry. HEX triplet: 45, 0B and 35. RGB value is (69,11,53). Sum of RGB (Red+Green+Blue) = 69+11+53=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #450B35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B35 is #BAF4CA. Grayscale: #212121. Windows color (decimal): -12252363 or 3476293. OLE color: 3476293.

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

Color convert

RGB691153-
CMYK00.840.230.73
HSL316.55º72.5%15.69%-
HSV(B)316.55º84.06%27.06%-
XYZ3.221.763.54-
YUV33.13139.22153.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.88%
GREEN value IS 11 (4.69% from 255) = 8.27%
BLUE value IS 53 (21.09% from 255) = 39.85%
R=51.88%
G=8.27%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69115300.840.230.73316.5572.515.69
Hex45B35054174913d4810
Octal105136501242711147511020
Binary1000101101111010101010100101111001001100111101100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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