Html Css Color HEX #511538 Blackberry

📋 copy color: '#511538'

red 81 ◦ green 21 ◦ blue 56

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

Shades of Blackberry #511538

Tints of Blackberry #511538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

 BLUE value IS 56 (22.27% from 255) = 35.44%

R = 51.27%
G = 13.29%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#511538 (or 0x511538) is known color: Blackberry. HEX triplet: 51, 15 and 38. RGB value is (81,21,56). Sum of RGB (Red+Green+Blue) = 81+21+56=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #511538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511538 is #AEEAC7. Grayscale: #2A2A2A. Windows color (decimal): -11463368 or 3675473. OLE color: 3675473.

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

Color convert

RGB 81 21 56 -
CMYK 0 0.74 0.31 0.68
HSL 325º 0.59% 0.2% -
HSV(B) 325º 0.74% 0.32% -
XYZ 4.38 2.57 4.01 -
YUV 42.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 81 21 56 0 0.74 0.31 0.68 325 0.59 0.2
Hex 51 15 38 0 4A 1F 44 145 3B 14
Octal 121 25 70 0 112 37 104 505 73 24
Binary 1010001 10101 111000 0 1001010 11111 1000100 101000101 111011 10100

Color Harmonies of #511538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511538

Black with #511538

Text Example


Text Example

White with #511538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511538; }

 p { color: rgb(81,21,56); }

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

background-color css

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

 a { background-color: rgb(81,21,56); }

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

border-color css

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

 span { border-color: rgb(81,21,56); }

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