Html Css Color HEX #500029 Blackberry

📋 copy color: '#500029'

red 80 ◦ green 0 ◦ blue 41

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

Shades of Blackberry #500029

Tints of Blackberry #500029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.12%
G = 0%
B = 33.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#500029 (or 0x500029) is known color: Blackberry. HEX triplet: 50, 00 and 29. RGB value is (80,0,41). Sum of RGB (Red+Green+Blue) = 80+0+41=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500029 is #AFFFD6. Grayscale: #1C1C1C. Windows color (decimal): -11534295 or 2687056. OLE color: 2687056.

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

Color convert

RGB 80 0 41 -
CMYK 0 1 0.49 0.69
HSL 329.25º 1% 0.16% -
HSV(B) 329.25º 1% 0.31% -
XYZ 3.71 1.87 2.26 -
YUV 28.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 80 0 41 0 1 0.49 0.69 329.25 1 0.16
Hex 50 0 29 0 64 31 45 149 64 10
Octal 120 0 51 0 144 61 105 511 144 20
Binary 1010000 0 101001 0 1100100 110001 1000101 101001001 1100100 10000

Color Harmonies of #500029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500029

Black with #500029

Text Example


Text Example

White with #500029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500029; }

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

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

background-color css

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

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

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

border-color css

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

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

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