Html Css Color HEX #501229 Blackberry

📋 copy color: '#501229'

red 80 ◦ green 18 ◦ blue 41

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

Shades of Blackberry #501229

Tints of Blackberry #501229

RGB

 RED value IS 80 (31.64% from 255) = 57.55%

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 57.55%
G = 12.95%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#501229 (or 0x501229) is known color: Blackberry. HEX triplet: 50, 12 and 29. RGB value is (80,18,41). Sum of RGB (Red+Green+Blue) = 80+18+41=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501229 is #AFEDD6. Grayscale: #272727. Windows color (decimal): -11529687 or 2691664. OLE color: 2691664.

HSL color Cylindrical-coordinate representation of color #501229: hue angle of 337.74º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501229 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 41 -
CMYK 0 0.78 0.49 0.69
HSL 337.74º 0.63% 0.19% -
HSV(B) 337.74º 0.78% 0.31% -
XYZ 3.92 2.3 2.33 -
YUV 39.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 80 18 41 0 0.78 0.49 0.69 337.74 0.63 0.19
Hex 50 12 29 0 4E 31 45 152 3F 13
Octal 120 22 51 0 116 61 105 522 77 23
Binary 1010000 10010 101001 0 1001110 110001 1000101 101010010 111111 10011

Color Harmonies of #501229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501229

Black with #501229

Text Example


Text Example

White with #501229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501229; }

 p { color: rgb(80,18,41); }

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

background-color css

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

 a { background-color: rgb(80,18,41); }

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

border-color css

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

 span { border-color: rgb(80,18,41); }

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