Html Css Color HEX #500429 Blackberry

📋 copy color: '#500429'

red 80 ◦ green 4 ◦ blue 41

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

Shades of Blackberry #500429

Tints of Blackberry #500429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.2%

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

R = 64%
G = 3.2%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#500429 (or 0x500429) is known color: Blackberry. HEX triplet: 50, 04 and 29. RGB value is (80,4,41). Sum of RGB (Red+Green+Blue) = 80+4+41=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #500429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500429 is #AFFBD6. Grayscale: #1E1E1E. Windows color (decimal): -11533271 or 2688080. OLE color: 2688080.

HSL color Cylindrical-coordinate representation of color #500429: hue angle of 330.79º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500429 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 4 41 -
CMYK 0 0.95 0.49 0.69
HSL 330.79º 0.9% 0.16% -
HSV(B) 330.79º 0.95% 0.31% -
XYZ 3.75 1.95 2.28 -
YUV 30.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 80 4 41 0 0.95 0.49 0.69 330.79 0.9 0.16
Hex 50 4 29 0 5F 31 45 14B 5A 10
Octal 120 4 51 0 137 61 105 513 132 20
Binary 1010000 100 101001 0 1011111 110001 1000101 101001011 1011010 10000

Color Harmonies of #500429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500429

Black with #500429

Text Example


Text Example

White with #500429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500429; }

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

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

background-color css

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

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

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

border-color css

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

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

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