Html Css Color HEX #511639 Blackberry

📋 copy color: '#511639'

red 81 ◦ green 22 ◦ blue 57

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

Shades of Blackberry #511639

Tints of Blackberry #511639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.75%

 BLUE value IS 57 (22.66% from 255) = 35.63%

R = 50.63%
G = 13.75%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#511639 (or 0x511639) is known color: Blackberry. HEX triplet: 51, 16 and 39. RGB value is (81,22,57). Sum of RGB (Red+Green+Blue) = 81+22+57=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #511639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511639 is #AEE9C6. Grayscale: #2B2B2B. Windows color (decimal): -11463111 or 3741265. OLE color: 3741265.

HSL color Cylindrical-coordinate representation of color #511639: hue angle of 324.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511639 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 22 57 -
CMYK 0 0.73 0.30 0.68
HSL 324.41º 0.57% 0.2% -
HSV(B) 324.41º 0.73% 0.32% -
XYZ 4.42 2.62 4.14 -
YUV 43.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 81 22 57 0 0.73 0.30 0.68 324.41 0.57 0.2
Hex 51 16 39 0 49 1E 44 144 39 14
Octal 121 26 71 0 111 36 104 504 71 24
Binary 1010001 10110 111001 0 1001001 11110 1000100 101000100 111001 10100

Color Harmonies of #511639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511639

Black with #511639

Text Example


Text Example

White with #511639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511639; }

 p { color: rgb(81,22,57); }

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

background-color css

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

 a { background-color: rgb(81,22,57); }

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

border-color css

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

 span { border-color: rgb(81,22,57); }

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