#510F2D

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

Shades of Blackberry #510F2D

Tints of Blackberry #510F2D

Color information

#510F2D (or 0x510F2D) is unknown color: approx Blackberry. HEX triplet: 51, 0F and 2D. RGB value is (81,15,45). Sum of RGB (Red+Green+Blue) = 81+15+45=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #510F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F2D is #AEF0D2. Grayscale: #262626. Windows color (decimal): -11464915 or 2953041. OLE color: 2953041.

HSL color Cylindrical-coordinate representation of color #510F2D: hue angle of 332.73º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #510F2D is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB811545-
CMYK00.810.440.68
HSL332.73º68.75%18.82%-
HSV(B)332.73º81.48%31.76%-
XYZ4.042.282.71-
YUV38.15131.87158.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.45%
GREEN value IS 15 (6.25% from 255) = 10.64%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=57.45%
G=10.64%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81154500.810.440.68332.7368.7518.82
Hex51F2D0512C4414d4513
Octal121175501215410451510523
Binary10100011111101101010100011011001000100101001101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510F2D; }

 p { color: rgb(81,15,45); }

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

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

 a { background-color: rgb(81,15,45); }

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

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

 span { border-color: rgb(81,15,45); }

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