#451F31

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

Shades of Blackberry #451F31

Tints of Blackberry #451F31

Color information

#451F31 (or 0x451F31) is unknown color: approx Blackberry. HEX triplet: 45, 1F and 31. RGB value is (69,31,49). Sum of RGB (Red+Green+Blue) = 69+31+49=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #451F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F31 is #BAE0CE. Grayscale: #2C2C2C. Windows color (decimal): -12247247 or 3219269. OLE color: 3219269.

HSL color Cylindrical-coordinate representation of color #451F31: hue angle of 331.58º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #451F31 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB693149-
CMYK00.550.290.73
HSL331.58º38%19.61%-
HSV(B)331.58º55.07%27.06%-
XYZ3.52.473.2-
YUV44.41130.59145.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=46.31%
G=20.81%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69314900.550.290.73331.583819.61
Hex451F310371D4914c2614
Octal1053761067351115144624
Binary100010111111110001011011111101100100110100110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,31,49); }

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

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

 a { background-color: rgb(69,31,49); }

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

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

 span { border-color: rgb(69,31,49); }

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