Html Css Color HEX #511135 Blackberry

📋 copy color: '#511135'

red 81 ◦ green 17 ◦ blue 53

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

Shades of Blackberry #511135

Tints of Blackberry #511135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.26%

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

R = 53.64%
G = 11.26%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#511135 (or 0x511135) is known color: Blackberry. HEX triplet: 51, 11 and 35. RGB value is (81,17,53). Sum of RGB (Red+Green+Blue) = 81+17+53=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #511135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511135 is #AEEECA. Grayscale: #282828. Windows color (decimal): -11464395 or 3477841. OLE color: 3477841.

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

Color convert

RGB 81 17 53 -
CMYK 0 0.79 0.35 0.68
HSL 326.25º 0.65% 0.19% -
HSV(B) 326.25º 0.79% 0.32% -
XYZ 4.24 2.41 3.61 -
YUV 40.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 81 17 53 0 0.79 0.35 0.68 326.25 0.65 0.19
Hex 51 11 35 0 4F 23 44 146 41 13
Octal 121 21 65 0 117 43 104 506 101 23
Binary 1010001 10001 110101 0 1001111 100011 1000100 101000110 1000001 10011

Color Harmonies of #511135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511135

Black with #511135

Text Example


Text Example

White with #511135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511135; }

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

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

background-color css

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

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

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

border-color css

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

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

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