#450E3A

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

Shades of Blackberry #450E3A

Tints of Blackberry #450E3A

Color information

#450E3A (or 0x450E3A) is unknown color: approx Blackberry. HEX triplet: 45, 0E and 3A. RGB value is (69,14,58). Sum of RGB (Red+Green+Blue) = 69+14+58=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #450E3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E3A is #BAF1C5. Grayscale: #232323. Windows color (decimal): -12251590 or 3804741. OLE color: 3804741.

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

Color convert

RGB691458-
CMYK00.800.160.73
HSL312º66.27%16.27%-
HSV(B)312º79.71%27.06%-
XYZ3.381.884.19-
YUV35.46140.72151.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 14 (5.86% from 255) = 9.93%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=48.94%
G=9.93%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69145800.800.160.7331266.2716.27
Hex45E3A05010491384210
Octal105167201202011147010220
Binary1000101111011101001010000100001001001100111000100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,14,58); }

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

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

 a { background-color: rgb(69,14,58); }

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

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

 span { border-color: rgb(69,14,58); }

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