#450F3B

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

Shades of Blackberry #450F3B

Tints of Blackberry #450F3B

Color information

#450F3B (or 0x450F3B) is unknown color: approx Blackberry. HEX triplet: 45, 0F and 3B. RGB value is (69,15,59). Sum of RGB (Red+Green+Blue) = 69+15+59=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #450F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F3B is #BAF0C4. Grayscale: #242424. Windows color (decimal): -12251333 or 3870533. OLE color: 3870533.

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

Color convert

RGB691559-
CMYK00.780.140.73
HSL311.11º64.29%16.47%-
HSV(B)311.11º78.26%27.06%-
XYZ3.411.924.33-
YUV36.16140.89151.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=48.25%
G=10.49%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69155900.780.140.73311.1164.2916.47
Hex45F3B04EE491374010
Octal105177301161611146710020
Binary100010111111110110100111011101001001100110111100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,15,59); }

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

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

 a { background-color: rgb(69,15,59); }

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

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

 span { border-color: rgb(69,15,59); }

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