#451B38

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

Shades of Blackberry #451B38

Tints of Blackberry #451B38

Color information

#451B38 (or 0x451B38) is unknown color: approx Blackberry. HEX triplet: 45, 1B and 38. RGB value is (69,27,56). Sum of RGB (Red+Green+Blue) = 69+27+56=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #451B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B38 is #BAE4C7. Grayscale: #2A2A2A. Windows color (decimal): -12248264 or 3676997. OLE color: 3676997.

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

Color convert

RGB692756-
CMYK00.610.190.73
HSL318.57º43.75%18.82%-
HSV(B)318.57º60.87%27.06%-
XYZ3.562.334-
YUV42.86135.41146.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.39%
GREEN value IS 27 (10.94% from 255) = 17.76%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=45.39%
G=17.76%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69275600.610.190.73318.5743.7518.82
Hex451B3803D134913f2c13
Octal1053370075231114775423
Binary100010111011111000011110110011100100110011111110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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