Html Css Color HEX #511641 Blackberry

📋 copy color: '#511641'

red 81 ◦ green 22 ◦ blue 65

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

Shades of Blackberry #511641

Tints of Blackberry #511641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 48.21%
G = 13.1%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#511641 (or 0x511641) is known color: Blackberry. HEX triplet: 51, 16 and 41. RGB value is (81,22,65). Sum of RGB (Red+Green+Blue) = 81+22+65=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #511641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511641 is #AEE9BE. Grayscale: #2C2C2C. Windows color (decimal): -11463103 or 4265553. OLE color: 4265553.

HSL color Cylindrical-coordinate representation of color #511641: hue angle of 316.27º 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 #511641 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 22 65 -
CMYK 0 0.73 0.20 0.68
HSL 316.27º 0.57% 0.2% -
HSV(B) 316.27º 0.73% 0.32% -
XYZ 4.63 2.7 5.28 -
YUV 44.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 81 22 65 0 0.73 0.20 0.68 316.27 0.57 0.2
Hex 51 16 41 0 49 14 44 13C 39 14
Octal 121 26 101 0 111 24 104 474 71 24
Binary 1010001 10110 1000001 0 1001001 10100 1000100 100111100 111001 10100

Color Harmonies of #511641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511641

Black with #511641

Text Example


Text Example

White with #511641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511641; }

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

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

background-color css

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

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

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

border-color css

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

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

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