#51183E

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

Shades of Blackberry #51183E

Tints of Blackberry #51183E

Color information

#51183E (or 0x51183E) is unknown color: approx Blackberry. HEX triplet: 51, 18 and 3E. RGB value is (81,24,62). Sum of RGB (Red+Green+Blue) = 81+24+62=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #51183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51183E is #AEE7C1. Grayscale: #2D2D2D. Windows color (decimal): -11462594 or 4069457. OLE color: 4069457.

HSL color Cylindrical-coordinate representation of color #51183E: hue angle of 320º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51183E is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB812462-
CMYK00.700.230.68
HSL320º54.29%20.59%-
HSV(B)320º70.37%31.76%-
XYZ4.592.754.85-
YUV45.37137.38153.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 62 (24.61% from 255) = 37.13%
R=48.50%
G=14.37%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81246200.700.230.6832054.2920.59
Hex51183E04617441403615
Octal12130760106271045006625
Binary1010001110001111100100011010111100010010100000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51183E; }

 p { color: rgb(81,24,62); }

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

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

 a { background-color: rgb(81,24,62); }

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

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

 span { border-color: rgb(81,24,62); }

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