Html Css Color HEX #511029 Blackberry

📋 copy color: '#511029'

red 81 ◦ green 16 ◦ blue 41

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

Shades of Blackberry #511029

Tints of Blackberry #511029

RGB

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

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

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

R = 58.7%
G = 11.59%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#511029 (or 0x511029) is known color: Blackberry. HEX triplet: 51, 10 and 29. RGB value is (81,16,41). Sum of RGB (Red+Green+Blue) = 81+16+41=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511029 is #AEEFD6. Grayscale: #262626. Windows color (decimal): -11464663 or 2691153. OLE color: 2691153.

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

Color convert

RGB 81 16 41 -
CMYK 0 0.80 0.49 0.68
HSL 336.92º 0.67% 0.19% -
HSV(B) 336.92º 0.8% 0.32% -
XYZ 3.98 2.28 2.33 -
YUV 38.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 81 16 41 0 0.80 0.49 0.68 336.92 0.67 0.19
Hex 51 10 29 0 50 31 44 151 43 13
Octal 121 20 51 0 120 61 104 521 103 23
Binary 1010001 10000 101001 0 1010000 110001 1000100 101010001 1000011 10011

Color Harmonies of #511029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511029

Black with #511029

Text Example


Text Example

White with #511029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511029; }

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

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

background-color css

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

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

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

border-color css

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

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

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