Html Css Color HEX #511236 Blackberry

📋 copy color: '#511236'

red 81 ◦ green 18 ◦ blue 54

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

Shades of Blackberry #511236

Tints of Blackberry #511236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

 BLUE value IS 54 (21.48% from 255) = 35.29%

R = 52.94%
G = 11.76%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#511236 (or 0x511236) is known color: Blackberry. HEX triplet: 51, 12 and 36. RGB value is (81,18,54). Sum of RGB (Red+Green+Blue) = 81+18+54=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #511236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511236 is #AEEDC9. Grayscale: #282828. Windows color (decimal): -11464138 or 3543633. OLE color: 3543633.

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

Color convert

RGB 81 18 54 -
CMYK 0 0.78 0.33 0.68
HSL 325.71º 0.64% 0.19% -
HSV(B) 325.71º 0.78% 0.32% -
XYZ 4.28 2.45 3.74 -
YUV 40.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 81 18 54 0 0.78 0.33 0.68 325.71 0.64 0.19
Hex 51 12 36 0 4E 21 44 146 40 13
Octal 121 22 66 0 116 41 104 506 100 23
Binary 1010001 10010 110110 0 1001110 100001 1000100 101000110 1000000 10011

Color Harmonies of #511236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511236

Black with #511236

Text Example


Text Example

White with #511236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511236; }

 p { color: rgb(81,18,54); }

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

background-color css

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

 a { background-color: rgb(81,18,54); }

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

border-color css

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

 span { border-color: rgb(81,18,54); }

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