#510B2E

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

Shades of Blackberry #510B2E

Tints of Blackberry #510B2E

Color information

#510B2E (or 0x510B2E) is unknown color: approx Blackberry. HEX triplet: 51, 0B and 2E. RGB value is (81,11,46). Sum of RGB (Red+Green+Blue) = 81+11+46=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #510B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B2E is #AEF4D1. Grayscale: #232323. Windows color (decimal): -11465938 or 3017553. OLE color: 3017553.

HSL color Cylindrical-coordinate representation of color #510B2E: hue angle of 330º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510B2E is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB811146-
CMYK00.860.430.68
HSL330º76.09%18.04%-
HSV(B)330º86.42%31.76%-
XYZ4.012.192.8-
YUV35.92133.69160.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 11 (4.69% from 255) = 7.97%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=58.70%
G=7.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81114600.860.430.6833076.0918.04
Hex51B2E0562B4414a4c12
Octal121135601265310451211422
Binary10100011011101110010101101010111000100101001010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,11,46); }

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

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

 a { background-color: rgb(81,11,46); }

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

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

 span { border-color: rgb(81,11,46); }

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