#450D38

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

Shades of Blackberry #450D38

Tints of Blackberry #450D38

Color information

#450D38 (or 0x450D38) is unknown color: approx Blackberry. HEX triplet: 45, 0D and 38. RGB value is (69,13,56). Sum of RGB (Red+Green+Blue) = 69+13+56=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #450D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D38 is #BAF2C7. Grayscale: #222222. Windows color (decimal): -12251848 or 3673413. OLE color: 3673413.

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

Color convert

RGB691356-
CMYK00.810.190.73
HSL313.93º68.29%16.08%-
HSV(B)313.93º81.16%27.06%-
XYZ3.311.843.92-
YUV34.65140.05152.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=50%
G=9.42%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69135600.810.190.73313.9368.2916.08
Hex45D38051134913a4410
Octal105157001212311147210420
Binary1000101110111100001010001100111001001100111010100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,13,56); }

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

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

 a { background-color: rgb(69,13,56); }

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

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

 span { border-color: rgb(69,13,56); }

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