Html Css Color HEX #511030 Blackberry

📋 copy color: '#511030'

red 81 ◦ green 16 ◦ blue 48

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

Shades of Blackberry #511030

Tints of Blackberry #511030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.03%

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

R = 55.86%
G = 11.03%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#511030 (or 0x511030) is known color: Blackberry. HEX triplet: 51, 10 and 30. RGB value is (81,16,48). Sum of RGB (Red+Green+Blue) = 81+16+48=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #511030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511030 is #AEEFCF. Grayscale: #272727. Windows color (decimal): -11464656 or 3149905. OLE color: 3149905.

HSL color Cylindrical-coordinate representation of color #511030: hue angle of 330.46º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511030 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 48 -
CMYK 0 0.80 0.41 0.68
HSL 330.46º 0.67% 0.19% -
HSV(B) 330.46º 0.8% 0.32% -
XYZ 4.11 2.33 3.03 -
YUV 39.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 81 16 48 0 0.80 0.41 0.68 330.46 0.67 0.19
Hex 51 10 30 0 50 29 44 14A 43 13
Octal 121 20 60 0 120 51 104 512 103 23
Binary 1010001 10000 110000 0 1010000 101001 1000100 101001010 1000011 10011

Color Harmonies of #511030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511030

Black with #511030

Text Example


Text Example

White with #511030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511030; }

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

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

background-color css

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

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

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

border-color css

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

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

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