Html Css Color HEX #511835 Blackberry

📋 copy color: '#511835'

red 81 ◦ green 24 ◦ blue 53

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

Shades of Blackberry #511835

Tints of Blackberry #511835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

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

R = 51.27%
G = 15.19%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#511835 (or 0x511835) is known color: Blackberry. HEX triplet: 51, 18 and 35. RGB value is (81,24,53). Sum of RGB (Red+Green+Blue) = 81+24+53=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #511835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511835 is #AEE7CA. Grayscale: #2C2C2C. Windows color (decimal): -11462603 or 3479633. OLE color: 3479633.

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

Color convert

RGB 81 24 53 -
CMYK 0 0.70 0.35 0.68
HSL 329.47º 0.54% 0.21% -
HSV(B) 329.47º 0.7% 0.32% -
XYZ 4.36 2.66 3.65 -
YUV 44.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 81 24 53 0 0.70 0.35 0.68 329.47 0.54 0.21
Hex 51 18 35 0 46 23 44 149 36 15
Octal 121 30 65 0 106 43 104 511 66 25
Binary 1010001 11000 110101 0 1000110 100011 1000100 101001001 110110 10101

Color Harmonies of #511835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511835

Black with #511835

Text Example


Text Example

White with #511835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511835; }

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

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

background-color css

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

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

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

border-color css

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

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

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