Html Css Color HEX #511935 Blackberry

📋 copy color: '#511935'

red 81 ◦ green 25 ◦ blue 53

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

Shades of Blackberry #511935

Tints of Blackberry #511935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

 BLUE value IS 53 (21.09% from 255) = 33.33%

R = 50.94%
G = 15.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#511935 (or 0x511935) is known color: Blackberry. HEX triplet: 51, 19 and 35. RGB value is (81,25,53). Sum of RGB (Red+Green+Blue) = 81+25+53=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #511935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511935 is #AEE6CA. Grayscale: #2C2C2C. Windows color (decimal): -11462347 or 3479889. OLE color: 3479889.

HSL color Cylindrical-coordinate representation of color #511935: hue angle of 330º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511935 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 25 53 -
CMYK 0 0.69 0.35 0.68
HSL 330º 0.53% 0.21% -
HSV(B) 330º 0.69% 0.32% -
XYZ 4.38 2.7 3.66 -
YUV 44.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 81 25 53 0 0.69 0.35 0.68 330 0.53 0.21
Hex 51 19 35 0 45 23 44 14A 35 15
Octal 121 31 65 0 105 43 104 512 65 25
Binary 1010001 11001 110101 0 1000101 100011 1000100 101001010 110101 10101

Color Harmonies of #511935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511935

Black with #511935

Text Example


Text Example

White with #511935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511935; }

 p { color: rgb(81,25,53); }

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

background-color css

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

 a { background-color: rgb(81,25,53); }

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

border-color css

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

 span { border-color: rgb(81,25,53); }

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