Html Css Color HEX #511D3F Blackberry

📋 copy color: '#511D3F'

red 81 ◦ green 29 ◦ blue 63

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

Shades of Blackberry #511D3F

Tints of Blackberry #511D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.42%

R = 46.82%
G = 16.76%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#511D3F (or 0x511D3F) is known color: Blackberry. HEX triplet: 51, 1D and 3F. RGB value is (81,29,63). Sum of RGB (Red+Green+Blue) = 81+29+63=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #511D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D3F is #AEE2C0. Grayscale: #303030. Windows color (decimal): -11461313 or 4136273. OLE color: 4136273.

HSL color Cylindrical-coordinate representation of color #511D3F: hue angle of 320.77º 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 #511D3F is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 29 63 -
CMYK 0 0.64 0.22 0.68
HSL 320.77º 0.47% 0.22% -
HSV(B) 320.77º 0.64% 0.32% -
XYZ 4.73 2.99 5.03 -
YUV 48.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 81 29 63 0 0.64 0.22 0.68 320.77 0.47 0.22
Hex 51 1D 3F 0 40 16 44 141 2F 16
Octal 121 35 77 0 100 26 104 501 57 26
Binary 1010001 11101 111111 0 1000000 10110 1000100 101000001 101111 10110

Color Harmonies of #511D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D3F

Black with #511D3F

Text Example


Text Example

White with #511D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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