Html Css Color HEX #511638 Blackberry

📋 copy color: '#511638'

red 81 ◦ green 22 ◦ blue 56

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

Shades of Blackberry #511638

Tints of Blackberry #511638

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.84%

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

R = 50.94%
G = 13.84%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#511638 (or 0x511638) is known color: Blackberry. HEX triplet: 51, 16 and 38. RGB value is (81,22,56). Sum of RGB (Red+Green+Blue) = 81+22+56=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #511638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511638 is #AEE9C7. Grayscale: #2B2B2B. Windows color (decimal): -11463112 or 3675729. OLE color: 3675729.

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

Color convert

RGB 81 22 56 -
CMYK 0 0.73 0.31 0.68
HSL 325.42º 0.57% 0.2% -
HSV(B) 325.42º 0.73% 0.32% -
XYZ 4.39 2.61 4.01 -
YUV 43.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 81 22 56 0 0.73 0.31 0.68 325.42 0.57 0.2
Hex 51 16 38 0 49 1F 44 145 39 14
Octal 121 26 70 0 111 37 104 505 71 24
Binary 1010001 10110 111000 0 1001001 11111 1000100 101000101 111001 10100

Color Harmonies of #511638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511638

Black with #511638

Text Example


Text Example

White with #511638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511638; }

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

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

background-color css

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

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

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

border-color css

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

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

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