#451C38

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

Shades of Blackberry #451C38

Tints of Blackberry #451C38

Color information

#451C38 (or 0x451C38) is unknown color: approx Blackberry. HEX triplet: 45, 1C and 38. RGB value is (69,28,56). Sum of RGB (Red+Green+Blue) = 69+28+56=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #451C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C38 is #BAE3C7. Grayscale: #2B2B2B. Windows color (decimal): -12248008 or 3677253. OLE color: 3677253.

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

Color convert

RGB692856-
CMYK00.590.190.73
HSL319.02º42.27%19.02%-
HSV(B)319.02º59.42%27.06%-
XYZ3.582.384.01-
YUV43.45135.08146.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 56 (22.27% from 255) = 36.60%
R=45.10%
G=18.30%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69285600.590.190.73319.0242.2719.02
Hex451C3803B134913f2a13
Octal1053470073231114775223
Binary100010111100111000011101110011100100110011111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451C38; }

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

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

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

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

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

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

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

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