Html Css Color HEX #500632 Blackberry

📋 copy color: '#500632'

red 80 ◦ green 6 ◦ blue 50

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

Shades of Blackberry #500632

Tints of Blackberry #500632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 50 (19.92% from 255) = 36.76%

R = 58.82%
G = 4.41%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#500632 (or 0x500632) is known color: Blackberry. HEX triplet: 50, 06 and 32. RGB value is (80,6,50). Sum of RGB (Red+Green+Blue) = 80+6+50=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #500632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500632 is #AFF9CD. Grayscale: #212121. Windows color (decimal): -11532750 or 3278416. OLE color: 3278416.

HSL color Cylindrical-coordinate representation of color #500632: hue angle of 324.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500632 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 6 50 -
CMYK 0 0.92 0.37 0.69
HSL 324.32º 0.86% 0.17% -
HSV(B) 324.32º 0.93% 0.31% -
XYZ 3.95 2.07 3.21 -
YUV 33.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 80 6 50 0 0.92 0.37 0.69 324.32 0.86 0.17
Hex 50 6 32 0 5C 25 45 144 56 11
Octal 120 6 62 0 134 45 105 504 126 21
Binary 1010000 110 110010 0 1011100 100101 1000101 101000100 1010110 10001

Color Harmonies of #500632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500632

Black with #500632

Text Example


Text Example

White with #500632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500632; }

 p { color: rgb(80,6,50); }

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

background-color css

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

 a { background-color: rgb(80,6,50); }

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

border-color css

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

 span { border-color: rgb(80,6,50); }

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