Html Css Color HEX #510121 Blackberry

📋 copy color: '#510121'

red 81 ◦ green 1 ◦ blue 33

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

Shades of Blackberry #510121

Tints of Blackberry #510121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 28.7%

R = 70.43%
G = 0.87%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#510121 (or 0x510121) is known color: Blackberry. HEX triplet: 51, 01 and 21. RGB value is (81,1,33). Sum of RGB (Red+Green+Blue) = 81+1+33=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #510121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510121 is #AEFEDE. Grayscale: #1C1C1C. Windows color (decimal): -11468511 or 2163025. OLE color: 2163025.

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

Color convert

RGB 81 1 33 -
CMYK 0 0.99 0.59 0.68
HSL 336º 0.98% 0.16% -
HSV(B) 336º 0.99% 0.32% -
XYZ 3.68 1.88 1.61 -
YUV 28.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 81 1 33 0 0.99 0.59 0.68 336 0.98 0.16
Hex 51 1 21 0 63 3B 44 150 62 10
Octal 121 1 41 0 143 73 104 520 142 20
Binary 1010001 1 100001 0 1100011 111011 1000100 101010000 1100010 10000

Color Harmonies of #510121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510121

Black with #510121

Text Example


Text Example

White with #510121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510121; }

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

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

background-color css

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

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

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

border-color css

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

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

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