Html Css Color HEX #511435 Blackberry

📋 copy color: '#511435'

red 81 ◦ green 20 ◦ blue 53

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

Shades of Blackberry #511435

Tints of Blackberry #511435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

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

R = 52.6%
G = 12.99%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#511435 (or 0x511435) is known color: Blackberry. HEX triplet: 51, 14 and 35. RGB value is (81,20,53). Sum of RGB (Red+Green+Blue) = 81+20+53=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #511435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511435 is #AEEBCA. Grayscale: #292929. Windows color (decimal): -11463627 or 3478609. OLE color: 3478609.

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

Color convert

RGB 81 20 53 -
CMYK 0 0.75 0.35 0.68
HSL 327.54º 0.6% 0.2% -
HSV(B) 327.54º 0.75% 0.32% -
XYZ 4.29 2.51 3.63 -
YUV 42 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 81 20 53 0 0.75 0.35 0.68 327.54 0.6 0.2
Hex 51 14 35 0 4B 23 44 148 3C 14
Octal 121 24 65 0 113 43 104 510 74 24
Binary 1010001 10100 110101 0 1001011 100011 1000100 101001000 111100 10100

Color Harmonies of #511435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511435

Black with #511435

Text Example


Text Example

White with #511435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511435; }

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

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

background-color css

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

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

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

border-color css

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

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

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