#450C28

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

Shades of Blackberry #450C28

Tints of Blackberry #450C28

Color information

#450C28 (or 0x450C28) is unknown color: approx Blackberry. HEX triplet: 45, 0C and 28. RGB value is (69,12,40). Sum of RGB (Red+Green+Blue) = 69+12+40=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #450C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C28 is #BAF3D7. Grayscale: #202020. Windows color (decimal): -12252120 or 2624581. OLE color: 2624581.

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

Color convert

RGB691240-
CMYK00.830.420.73
HSL330.53º70.37%15.88%-
HSV(B)330.53º82.61%27.06%-
XYZ2.971.682.18-
YUV32.24132.38154.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.02%
GREEN value IS 12 (5.08% from 255) = 9.92%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=57.02%
G=9.92%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69124000.830.420.73330.5370.3715.88
Hex45C280532A4914b4610
Octal105145001235211151310620
Binary10001011100101000010100111010101001001101001011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,12,40); }

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

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

 a { background-color: rgb(69,12,40); }

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

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

 span { border-color: rgb(69,12,40); }

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