Html Css Color HEX #500C29 Blackberry

📋 copy color: '#500C29'

red 80 ◦ green 12 ◦ blue 41

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

Shades of Blackberry #500C29

Tints of Blackberry #500C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.02%

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

R = 60.15%
G = 9.02%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#500C29 (or 0x500C29) is known color: Blackberry. HEX triplet: 50, 0C and 29. RGB value is (80,12,41). Sum of RGB (Red+Green+Blue) = 80+12+41=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #500C29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500C29 is #AFF3D6. Grayscale: #232323. Windows color (decimal): -11531223 or 2690128. OLE color: 2690128.

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

Color convert

RGB 80 12 41 -
CMYK 0 0.85 0.49 0.69
HSL 334.41º 0.74% 0.18% -
HSV(B) 334.41º 0.85% 0.31% -
XYZ 3.84 2.13 2.31 -
YUV 35.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 80 12 41 0 0.85 0.49 0.69 334.41 0.74 0.18
Hex 50 C 29 0 55 31 45 14E 4A 12
Octal 120 14 51 0 125 61 105 516 112 22
Binary 1010000 1100 101001 0 1010101 110001 1000101 101001110 1001010 10010

Color Harmonies of #500C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C29

Black with #500C29

Text Example


Text Example

White with #500C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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