Html Css Color HEX #510120 Blackberry

📋 copy color: '#510120'

red 81 ◦ green 1 ◦ blue 32

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

Shades of Blackberry #510120

Tints of Blackberry #510120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 32 (12.89% from 255) = 28.07%

R = 71.05%
G = 0.88%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#510120 (or 0x510120) is known color: Blackberry. HEX triplet: 51, 01 and 20. RGB value is (81,1,32). Sum of RGB (Red+Green+Blue) = 81+1+32=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #510120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510120 is #AEFEDF. Grayscale: #1C1C1C. Windows color (decimal): -11468512 or 2097489. OLE color: 2097489.

HSL color Cylindrical-coordinate representation of color #510120: hue angle of 336.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510120 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 1 32 -
CMYK 0 0.99 0.60 0.68
HSL 336.75º 0.98% 0.16% -
HSV(B) 336.75º 0.99% 0.32% -
XYZ 3.66 1.88 1.54 -
YUV 28.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 81 1 32 0 0.99 0.60 0.68 336.75 0.98 0.16
Hex 51 1 20 0 63 3C 44 151 62 10
Octal 121 1 40 0 143 74 104 521 142 20
Binary 1010001 1 100000 0 1100011 111100 1000100 101010001 1100010 10000

Color Harmonies of #510120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510120

Black with #510120

Text Example


Text Example

White with #510120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510120; }

 p { color: rgb(81,1,32); }

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

background-color css

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

 a { background-color: rgb(81,1,32); }

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

border-color css

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

 span { border-color: rgb(81,1,32); }

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