Html Css Color HEX #511530 Blackberry

📋 copy color: '#511530'

red 81 ◦ green 21 ◦ blue 48

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

Shades of Blackberry #511530

Tints of Blackberry #511530

RGB

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

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

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

R = 54%
G = 14%
B = 32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#511530 (or 0x511530) is known color: Blackberry. HEX triplet: 51, 15 and 30. RGB value is (81,21,48). Sum of RGB (Red+Green+Blue) = 81+21+48=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #511530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511530 is #AEEACF. Grayscale: #292929. Windows color (decimal): -11463376 or 3151185. OLE color: 3151185.

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

Color convert

RGB 81 21 48 -
CMYK 0 0.74 0.41 0.68
HSL 333º 0.59% 0.2% -
HSV(B) 333º 0.74% 0.32% -
XYZ 4.2 2.5 3.06 -
YUV 42.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 81 21 48 0 0.74 0.41 0.68 333 0.59 0.2
Hex 51 15 30 0 4A 29 44 14D 3B 14
Octal 121 25 60 0 112 51 104 515 73 24
Binary 1010001 10101 110000 0 1001010 101001 1000100 101001101 111011 10100

Color Harmonies of #511530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511530

Black with #511530

Text Example


Text Example

White with #511530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511530; }

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

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

background-color css

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

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

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

border-color css

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

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

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