Html Css Color HEX #511E3F Blackberry

📋 copy color: '#511E3F'

red 81 ◦ green 30 ◦ blue 63

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

Shades of Blackberry #511E3F

Tints of Blackberry #511E3F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.24%

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

R = 46.55%
G = 17.24%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#511E3F (or 0x511E3F) is known color: Blackberry. HEX triplet: 51, 1E and 3F. RGB value is (81,30,63). Sum of RGB (Red+Green+Blue) = 81+30+63=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #511E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E3F is #AEE1C0. Grayscale: #303030. Windows color (decimal): -11461057 or 4136529. OLE color: 4136529.

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

Color convert

RGB 81 30 63 -
CMYK 0 0.63 0.22 0.68
HSL 321.18º 0.46% 0.22% -
HSV(B) 321.18º 0.63% 0.32% -
XYZ 4.75 3.04 5.04 -
YUV 49.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 81 30 63 0 0.63 0.22 0.68 321.18 0.46 0.22
Hex 51 1E 3F 0 3F 16 44 141 2E 16
Octal 121 36 77 0 77 26 104 501 56 26
Binary 1010001 11110 111111 0 111111 10110 1000100 101000001 101110 10110

Color Harmonies of #511E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E3F

Black with #511E3F

Text Example


Text Example

White with #511E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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