#510F29

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

Shades of Blackberry #510F29

Tints of Blackberry #510F29

Color information

#510F29 (or 0x510F29) is unknown color: approx Blackberry. HEX triplet: 51, 0F and 29. RGB value is (81,15,41). Sum of RGB (Red+Green+Blue) = 81+15+41=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #510F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F29 is #AEF0D6. Grayscale: #252525. Windows color (decimal): -11464919 or 2690897. OLE color: 2690897.

HSL color Cylindrical-coordinate representation of color #510F29: hue angle of 336.36º 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 #510F29 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB811541-
CMYK00.810.490.68
HSL336.36º68.75%18.82%-
HSV(B)336.36º81.48%31.76%-
XYZ3.962.252.32-
YUV37.7129.87158.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=59.12%
G=10.95%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81154100.810.490.68336.3668.7518.82
Hex51F2905131441504513
Octal121175101216110452010523
Binary10100011111101001010100011100011000100101010000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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