Html Css Color HEX #511129 Blackberry

📋 copy color: '#511129'

red 81 ◦ green 17 ◦ blue 41

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

Shades of Blackberry #511129

Tints of Blackberry #511129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

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

R = 58.27%
G = 12.23%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#511129 (or 0x511129) is known color: Blackberry. HEX triplet: 51, 11 and 29. RGB value is (81,17,41). Sum of RGB (Red+Green+Blue) = 81+17+41=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #511129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511129 is #AEEED6. Grayscale: #262626. Windows color (decimal): -11464407 or 2691409. OLE color: 2691409.

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

Color convert

RGB 81 17 41 -
CMYK 0 0.79 0.49 0.68
HSL 337.5º 0.65% 0.19% -
HSV(B) 337.5º 0.79% 0.32% -
XYZ 3.99 2.31 2.33 -
YUV 38.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 81 17 41 0 0.79 0.49 0.68 337.5 0.65 0.19
Hex 51 11 29 0 4F 31 44 152 41 13
Octal 121 21 51 0 117 61 104 522 101 23
Binary 1010001 10001 101001 0 1001111 110001 1000100 101010010 1000001 10011

Color Harmonies of #511129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511129

Black with #511129

Text Example


Text Example

White with #511129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511129; }

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

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

background-color css

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

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

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

border-color css

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

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

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