#510B30

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

Shades of Blackberry #510B30

Tints of Blackberry #510B30

Color information

#510B30 (or 0x510B30) is unknown color: approx Blackberry. HEX triplet: 51, 0B and 30. RGB value is (81,11,48). Sum of RGB (Red+Green+Blue) = 81+11+48=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #510B30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B30 is #AEF4CF. Grayscale: #242424. Windows color (decimal): -11465936 or 3148625. OLE color: 3148625.

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

Color convert

RGB811148-
CMYK00.860.410.68
HSL328.29º76.09%18.04%-
HSV(B)328.29º86.42%31.76%-
XYZ4.052.23.01-
YUV36.15134.69159.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 11 (4.69% from 255) = 7.86%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=57.86%
G=7.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81114800.860.410.68328.2976.0918.04
Hex51B3005629441484c12
Octal121136001265110451011422
Binary10100011011110000010101101010011000100101001000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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