#451838

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

Shades of Blackberry #451838

Tints of Blackberry #451838

Color information

#451838 (or 0x451838) is unknown color: approx Blackberry. HEX triplet: 45, 18 and 38. RGB value is (69,24,56). Sum of RGB (Red+Green+Blue) = 69+24+56=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #451838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451838 is #BAE7C7. Grayscale: #292929. Windows color (decimal): -12249032 or 3676229. OLE color: 3676229.

HSL color Cylindrical-coordinate representation of color #451838: hue angle of 317.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #451838 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB692456-
CMYK00.650.190.73
HSL317.33º48.39%18.24%-
HSV(B)317.33º65.22%27.06%-
XYZ3.492.23.98-
YUV41.1136.41147.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 56 (22.27% from 255) = 37.58%
R=46.31%
G=16.11%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69245600.650.190.73317.3348.3918.24
Hex451838041134913d3012
Octal10530700101231114756022
Binary1000101110001110000100000110011100100110011110111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451838; }

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

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

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

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

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

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

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

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