Html Css Color HEX #511730 Blackberry

📋 copy color: '#511730'

red 81 ◦ green 23 ◦ blue 48

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

Shades of Blackberry #511730

Tints of Blackberry #511730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

 BLUE value IS 48 (19.14% from 255) = 31.58%

R = 53.29%
G = 15.13%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#511730 (or 0x511730) is known color: Blackberry. HEX triplet: 51, 17 and 30. RGB value is (81,23,48). Sum of RGB (Red+Green+Blue) = 81+23+48=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #511730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511730 is #AEE8CF. Grayscale: #2B2B2B. Windows color (decimal): -11462864 or 3151697. OLE color: 3151697.

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

Color convert

RGB 81 23 48 -
CMYK 0 0.72 0.41 0.68
HSL 334.14º 0.56% 0.2% -
HSV(B) 334.14º 0.72% 0.32% -
XYZ 4.23 2.58 3.07 -
YUV 43.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 81 23 48 0 0.72 0.41 0.68 334.14 0.56 0.2
Hex 51 17 30 0 48 29 44 14E 38 14
Octal 121 27 60 0 110 51 104 516 70 24
Binary 1010001 10111 110000 0 1001000 101001 1000100 101001110 111000 10100

Color Harmonies of #511730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511730

Black with #511730

Text Example


Text Example

White with #511730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511730; }

 p { color: rgb(81,23,48); }

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

background-color css

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

 a { background-color: rgb(81,23,48); }

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

border-color css

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

 span { border-color: rgb(81,23,48); }

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