Html Css Color HEX #510929 Blackberry

📋 copy color: '#510929'

red 81 ◦ green 9 ◦ blue 41

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

Shades of Blackberry #510929

Tints of Blackberry #510929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.87%

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

R = 61.83%
G = 6.87%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#510929 (or 0x510929) is known color: Blackberry. HEX triplet: 51, 09 and 29. RGB value is (81,9,41). Sum of RGB (Red+Green+Blue) = 81+9+41=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #510929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510929 is #AEF6D6. Grayscale: #222222. Windows color (decimal): -11466455 or 2689361. OLE color: 2689361.

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

Color convert

RGB 81 9 41 -
CMYK 0 0.89 0.49 0.68
HSL 333.33º 0.8% 0.18% -
HSV(B) 333.33º 0.89% 0.32% -
XYZ 3.89 2.1 2.3 -
YUV 34.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 81 9 41 0 0.89 0.49 0.68 333.33 0.8 0.18
Hex 51 9 29 0 59 31 44 14D 50 12
Octal 121 11 51 0 131 61 104 515 120 22
Binary 1010001 1001 101001 0 1011001 110001 1000100 101001101 1010000 10010

Color Harmonies of #510929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510929

Black with #510929

Text Example


Text Example

White with #510929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510929; }

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

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

background-color css

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

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

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

border-color css

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

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

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