Html Css Color HEX #510329 Blackberry

📋 copy color: '#510329'

red 81 ◦ green 3 ◦ blue 41

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

Shades of Blackberry #510329

Tints of Blackberry #510329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

 BLUE value IS 41 (16.41% from 255) = 32.8%

R = 64.8%
G = 2.4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#510329 (or 0x510329) is known color: Blackberry. HEX triplet: 51, 03 and 29. RGB value is (81,3,41). Sum of RGB (Red+Green+Blue) = 81+3+41=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #510329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510329 is #AEFCD6. Grayscale: #1E1E1E. Windows color (decimal): -11467991 or 2687825. OLE color: 2687825.

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

Color convert

RGB 81 3 41 -
CMYK 0 0.96 0.49 0.68
HSL 330.77º 0.93% 0.16% -
HSV(B) 330.77º 0.96% 0.32% -
XYZ 3.83 1.97 2.28 -
YUV 30.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 81 3 41 0 0.96 0.49 0.68 330.77 0.93 0.16
Hex 51 3 29 0 60 31 44 14B 5D 10
Octal 121 3 51 0 140 61 104 513 135 20
Binary 1010001 11 101001 0 1100000 110001 1000100 101001011 1011101 10000

Color Harmonies of #510329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510329

Black with #510329

Text Example


Text Example

White with #510329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510329; }

 p { color: rgb(81,3,41); }

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

background-color css

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

 a { background-color: rgb(81,3,41); }

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

border-color css

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

 span { border-color: rgb(81,3,41); }

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