Html Css Color HEX #511D3B Blackberry

📋 copy color: '#511D3B'

red 81 ◦ green 29 ◦ blue 59

#511D3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #511D3B

Tints of Blackberry #511D3B

RGB

 RED value IS 81 (32.03% from 255) = 47.93%

 GREEN value IS 29 (11.72% from 255) = 17.16%

 BLUE value IS 59 (23.44% from 255) = 34.91%

R = 47.93%
G = 17.16%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#511D3B (or 0x511D3B) is known color: Blackberry. HEX triplet: 51, 1D and 3B. RGB value is (81,29,59). Sum of RGB (Red+Green+Blue) = 81+29+59=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #511D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D3B is #AEE2C4. Grayscale: #2F2F2F. Windows color (decimal): -11461317 or 3874129. OLE color: 3874129.

HSL color Cylindrical-coordinate representation of color #511D3B: hue angle of 325.38º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511D3B is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 29 59 -
CMYK 0 0.64 0.27 0.68
HSL 325.38º 0.47% 0.22% -
HSV(B) 325.38º 0.64% 0.32% -
XYZ 4.62 2.94 4.46 -
YUV 47.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 81 29 59 0 0.64 0.27 0.68 325.38 0.47 0.22
Hex 51 1D 3B 0 40 1B 44 145 2F 16
Octal 121 35 73 0 100 33 104 505 57 26
Binary 1010001 11101 111011 0 1000000 11011 1000100 101000101 101111 10110

Color Harmonies of #511D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D3B

Black with #511D3B

Text Example


Text Example

White with #511D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511D3B; }

 p { color: rgb(81,29,59); }

 H1.HeaderClassName
 {
   color: #511D3B;
 }
 .AnyTagClassName
 {
   color: #511D3B;
 }
</style>

background-color css

<style>
 a { background-color: #511D3B; }

 a { background-color: rgb(81,29,59); }

 div.DivClassName
 {
   background-color: #511D3B;
 }
 .BgClassName
 {
   background-color: #511D3B;
 }
</style>

border-color css

<style>
 span { border-color: #511D3B; }

 span { border-color: rgb(81,29,59); }

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